base-system/ansible.cfg
2022-11-11 19:52:01 +00:00

11 lines
162 B
INI

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