This commit is contained in:
2025-12-23 19:18:39 -07:00
commit 5282bdcf6d
20 changed files with 430 additions and 0 deletions

8
ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,8 @@
[defaults]
inventory = ./inventories/production/hosts.ini
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False