|
@ -1,6 +1,7 @@ |
|
|
[ssh_connection] |
|
|
[ssh_connection] |
|
|
pipelining=True |
|
|
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 |
|
|
#control_path = ~/.ssh/ansible-%%r@%%h:%%p |
|
|
[defaults] |
|
|
[defaults] |
|
|
host_key_checking=False |
|
|
host_key_checking=False |
|
|