Add support for bastion hosts

This commit is contained in:
Alexander Block
2016-12-09 10:38:17 +01:00
parent 33585fa673
commit 06584ee3aa
6 changed files with 51 additions and 1 deletions

View File

@ -1,5 +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
[defaults]
host_key_checking=False
gathering = smart