Sudo without password
Ansible needs root on the slave. One way is to allow 'sudo' without password.
Summary for gurus (the rest of us can read the article):
$ cat /etc/sudoers.d/sudoless
%sudoless ALL = (ALL) NOPASSWD: ALL
Ansible needs root on the slave. One way is to allow 'sudo' without password.
Summary for gurus (the rest of us can read the article):
$ cat /etc/sudoers.d/sudoless
%sudoless ALL = (ALL) NOPASSWD: ALL