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 @@
|
||||
---
|
||||
physical:
|
||||
vars_files:
|
||||
../../data/secrets.yaml
|
||||
hosts:
|
||||
192.168.0.5:
|
||||
ansible_become_password: "{{ ansible_become_password }}"
|
||||
@@ -0,0 +1,2 @@
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user