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
2022-12-11 16:37:51 +03:00
#strategy = free
2022-04-11 15:20:12 +03:00
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
pipelining = True