Archive for January 18th, 2015
Ansible gotchas
Posted by Kyle Lexmond in Linux, Sysadmin on January 18, 2015
Tasks do not like having the remote_user changed mid-playbook if you specify a SSH password Specifically, having an ‘ansible’ user created as the first task, then using that for everything in the rest of the playbook doesn’t work because ansible will always attempt to use the declared password for the newly created user, which promptly […]