ansible-selfhosted-services/ansible.cfg
2020-03-24 01:04:18 +01:00

21 lines
497 B
INI

[defaults]
inventory = ./inventory.ini
roles_path = ./roles
forks = 20
gathering = smart
fact_caching = jsonfile
fact_caching_connection = ./facts
fact_caching_timeout = 600
log_path = ./ansible.log
nocows = 1
#callback_whitelist = profile_tasks
private_key_file = ~/.ssh/keys.d/id_ansible
[privilege_escalation]
become = false
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=600s -o ServerAliveInterval=60
control_path = %(directory)s/%%h-%%r
pipelining = True
timeout = 10