chore: complete update

This commit is contained in:
2025-07-17 16:24:20 +02:00
parent 899227b0a4
commit 64a7051137
1300 changed files with 85570 additions and 2756 deletions

34
x_ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,34 @@
[defaults]
inventory = inventory/hosts.ini
host_key_checking = False
remote_user = deploy
roles_path = roles
allow_world_readable_tmpfiles = True
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes
pipelining = True
[defaults]
inventory = inventory/hosts.ini
host_key_checking = False
deprecation_warnings = False
command_warnings = False
interpreter_python = auto_silent
force_color = True
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
pipelining = True
transfer_method = smart
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False