initial commit

This commit is contained in:
Riedel
2026-08-19 09:51:43 +02:00
commit d777c1e975
79 changed files with 2263 additions and 0 deletions

21
ansible.cfg Normal file
View File

@@ -0,0 +1,21 @@
[defaults]
inventory = inventories/production/hosts.ini
roles_path = roles
remote_user = ansible_svc
host_key_checking = True
retry_files_enabled = False
interpreter_python = auto_silent
vault_password_file = .vault_pass
stdout_callback = default
result_format = yaml
forks = 10
timeout = 30
[privilege_escalation]
become = True
become_method = sudo
become_ask_pass = False
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey