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:
2026-07-05 15:43:23 +00:00
parent 04e025dff9
commit f0b33a8b57
8 changed files with 100 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
physical:
vars_files:
../../data/secrets.yaml
hosts:
192.168.0.5:
ansible_become_password: "{{ ansible_become_password }}"
+2
View File
@@ -0,0 +1,2 @@
---