chore: lots of changes

This commit is contained in:
2025-05-24 07:09:22 +02:00
parent 77ee769d5e
commit 899227b0a4
178 changed files with 5145 additions and 53 deletions

26
ansible.cfg Normal file
View File

@@ -0,0 +1,26 @@
[defaults]
#inventory = ./ansible/inventory.ini
inventory = ./ansible/inventory/hosts.ini
roles_path = ./ansible/roles
remote_tmp = ~/.ansible/tmp
forks = 5
timeout = 10
retry_files_enabled = False
deprecation_warnings = False
interpreter_python = auto_silent
#stdout_callback = json
host_key_checking = False
command_warnings = False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .ansible/cache
fact_caching_timeout = 3600
[privilege_escalation]
become = true
become_method = sudo
become_user = root
[ssh_connection]
pipelining = true
ssh_args = -o ControlMaster=auto -o ControlPersist=60s