Skip to content
Snippets Groups Projects
Commit 8d766a2c authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Enable ssh opts by in config, set 100 connection retries (#1662)

Also update to ansible 2.3.2
parent f2ae16e7
No related branches found
No related tags found
No related merge requests found
[ssh_connection]
pipelining=True
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
[defaults]
host_key_checking=False
......
pbr>=1.6
ansible>=2.3.0
ansible>=2.3.2
netaddr
jinja2>=2.9.6
[ssh_connection]
pipelining=True
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
[defaults]
forks = 20
host_key_checking=False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment