first commit

This commit is contained in:
jerick
2026-04-20 14:51:45 -04:00
commit c059b9fd84
6 changed files with 237 additions and 0 deletions

7
ansible.cfg Normal file
View File

@@ -0,0 +1,7 @@
[defaults]
roles_path = roles
host_key_checking = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
pipelining = True