Browse Source

Remove 'bastion' as default conf

pull/770/head
Antoine Legrand 8 years ago
committed by GitHub
parent
commit
db77bd9588
1 changed files with 2 additions and 2 deletions
  1. 4
      ansible.cfg

4
ansible.cfg

@ -1,7 +1,7 @@
[ssh_connection]
pipelining=True
ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
control_path = ~/.ssh/ansible-%%r@%%h:%%p
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
[defaults]
host_key_checking=False
gathering = smart

Loading…
Cancel
Save