December 18, 2017
Three Ways of Becoming Root in Ansible
To gain a basic understanding on Ansible, I recently decided to play a little with it. What I wanted to achieve is a simple update-playbook for my three servers. One question I stumbled upon more or less immediatly was: how do I actually become root on the different systems?
In case of my Debian box this was straight forward as I can ssh to that box as root using my ssh key.
Read more