base-system/ansible.cfg

11 lines
162 B
INI
Raw Normal View History

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