base-system/ansible.cfg
2023-09-16 08:41:35 +03:00

11 lines
164 B
INI

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