How to configure SSH credentials and access in ansible
When using ansible, alot of the time you would be deploying playbooks over ssh, if not that locally, but in this post we will talk about different ways to secure your credentials & ssh access. These boil down to three main approaches: Assuming you are using password authentication (less preferable that public-private key authentication), you […]