base-system/ansible.cfg
2022-04-11 12:20:12 +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