Files
k3s-ansible/ansible.cfg
T
2024-03-14 11:47:02 +00:00

26 lines
828 B
INI

[defaults]
nocows = True
roles_path = ./roles
inventory = ./inventory/my-cluster/hosts.ini
stdout_callback = yaml
interpreter_python = auto_silent
remote_tmp = $HOME/.ansible/tmp
local_tmp = $HOME/.ansible/tmp
timeout = 60
host_key_checking = False
deprecation_warnings = False
callback_whitelist = profile_tasks
log_path = ./ansible.log
[privilege_escalation]
become = True
[ssh_connection]
scp_if_ssh = smart
retries = 3
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o Compression=yes -o ServerAliveInterval=15s
pipelining = True
control_path = %(directory)s/%%h-%%r
host_key_checking = False