base-system/ansible.cfg

11 lines
163 B
INI
Raw Normal View History

2022-04-11 15:20:12 +03:00
[defaults]
INVENTORY = ~/inventory
pipelining = True
#strategy = free
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
pipelining = True