matrix-docker-compose/ansible/ansible.cfg
2023-10-17 13:10:20 +02:00

16 lines
386 B
INI

[defaults]
forks = 20
roles_path = roles/
library = library/
inventory = inventory/
[inventory]
unparsed_is_failed=true
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
timeout = 10
# shorten the ControlPath which is often too long; when it is,
# ssh connection reuse silently fails, making everything slower.
control_path = %(directory)s/%%C