Last active
August 16, 2017 00:57
-
-
Save yagonobre/65951705b1919db9d9dc49f357c74358 to your computer and use it in GitHub Desktop.
Ansible Bastion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bastion_ip: 10.0.10.10 | |
user: centos | |
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no {{ user }}@{{ bastion_ip }}"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment