ansible/ansible.cfg

11 lines
262 B
INI
Raw Permalink Normal View History

2021-01-09 17:54:42 +00:00
[defaults]
host_key_checking = False
pipelining = True
callback_whitelist = timer, profile_tasks
forks = 50
roles_path = roles
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null