As Adam mentioned, don't just copy this playbook, it is just an example and it is missing either setting a password, or an authorized_keys file for the ansible user.
I would also like to mention that having a user without a password which can run commands as root without typing a password is harmless. If a user that doesn't have a password, no one can log in like that user. On Monday, April 21, 2014 3:50:42 PM UTC+2, Adam Morris wrote: > > Yes... but please don't just copy that playbook. > > That gives you a passwordless user that can run commands as root without a > password. The user module can take a password hash, and authorized keys > can also be set up. > > Adam > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9549dfee-9998-40f8-8cf1-7f14a80270cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
