Files
the-door/deploy/ansible.cfg

10 lines
200 B
INI
Raw Normal View History

[defaults]
inventory = inventory.ini
host_key_checking = True
remote_user = root
retry_files_enabled = False
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s