initial commit

This commit is contained in:
2026-06-19 16:53:14 -04:00
commit 108512762f
12 changed files with 664 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[defaults]
inventory = ./inventories/prod/hosts.yml
log_path = /var/log/ansible/ansible.log
host_key_checking = True
retry_files_enabled = False
stdout_callback = ansible.builtin.default
result_format = yaml
forks = 10
timeout = 30
[privilege_escalation]
become = True
become_method = sudo
become_ask_pass = False