Files
gtar/ansible/ansible.cfg
2025-09-28 17:43:23 +10:00

22 lines
449 B
INI

[defaults]
inventory = inventory/hosts.ini
deprecation_warnings = False
host_key_checking = False
interpreter_python = auto_silent
pipelining = True
display_args_to_stdout = True
remote_user = root
forks = 10
roles_path = ./roles:~/.ansible/roles:/usr/share/ansible/roles
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s