feat: Working ansible with vault variables, needs cleaned up.

This commit is contained in:
2024-11-23 19:23:23 -05:00
parent 1d151e591a
commit 3c83ea9335
11 changed files with 487 additions and 7 deletions

5
ansible.cfg Normal file
View File

@@ -0,0 +1,5 @@
[defaults]
inventory=./inventory.ini
roles_path=./roles
stdout_callback=yaml
interpreter_python=auto_silent