FEATURE: Simple playbook for configuring Ansible user implement. One host, simple vault, script to run it. Task creates user, grants sudo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# Password for Ansible user
|
||||
ansible_become_password: p@a$$word
|
||||
# SSH key for Ansible user
|
||||
ansible_ssh_key: $$h_key
|
||||
# Password for the default unprivileged user
|
||||
user_password: p@a$$word
|
||||
Reference in New Issue
Block a user