base-system/ansible.cfg
2022-12-11 13:37:51 +00:00

11 lines
163 B
INI

[defaults]
INVENTORY = ~/inventory
pipelining = True
#strategy = free
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
pipelining = True