_______________________________________
/ Ansible playbooks for taking over the \
\ world. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
- Add user to
roles/common/vars/main.yml
, fill in with cool stuff about that user. - Run
ansible-playbook -i inventory www.yml -K
; enter your sudo password - User logs in and changes their password from the default of
password
. This is due to sudo requiring a password even if one is not set on the user.
- Add server to inventory
- Run
ansible-playbook -i inventory www.yml