zcash-gitian/ansible.cfg

12 lines
272 B
INI
Raw Permalink Normal View History

2016-10-16 18:50:37 -07:00
[defaults]
inventory = inventory
retry_files_enabled = False
roles_path = roles
host_key_checking = False
timeout = 60
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=300s -o ConnectTimeout=60 -o IdentitiesOnly=yes
2016-10-16 18:50:37 -07:00
pipelining = True
scp_if_ssh = True