matrix-docker-compose/ansible/ansible.cfg

17 lines
386 B
INI
Raw Normal View History

2023-09-19 10:25:34 +00:00
[defaults]
forks = 20
roles_path = roles/
library = library/
2023-10-17 11:10:20 +00:00
inventory = inventory/
2023-09-19 10:25:34 +00:00
[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