Initial Commit

This commit is contained in:
2025-09-28 17:43:23 +10:00
commit 0d81d80e28
14 changed files with 375 additions and 0 deletions

21
ansible/ansible.cfg Normal file
View File

@ -0,0 +1,21 @@
[defaults]
inventory = inventory/hosts.ini
deprecation_warnings = False
host_key_checking = False
interpreter_python = auto_silent
pipelining = True
display_args_to_stdout = True
remote_user = root
forks = 10
roles_path = ./roles:~/.ansible/roles:/usr/share/ansible/roles
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s