ansible-workstation/ansible.cfg

9 lines
186 B
INI

[defaults]
inventory=inventory
hostfile=inventory
roles_path=roles
retry_files_enabled = False
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=10s