initial upload

This commit is contained in:
2025-10-10 11:07:34 +00:00
commit 6224cd01c6
161 changed files with 8964 additions and 0 deletions

19
ansible.cfg Normal file
View File

@@ -0,0 +1,19 @@
[defaults]
inventory = ./inventory
roles_path = roles
timeout = 10
private_key_file = ~/.ssh/id_rsa
interpreter_python = auto_silent
ansible_managed = ANSIBLE deployed. DO NOT EDIT!!!
[inventory]
enable_plugins = host_list, script, auto, yaml, ini, toml
[ssh_connection]
ssh_args = -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey,keyboard-interactive -o ControlMaster=auto -o ControlPersist=60s
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = True