Skip to content

Commit

Permalink
Allow ansible_ssh_private_key_file for Openstack
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidik committed Mar 30, 2018
1 parent 887a468 commit 26caad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/terraform/openstack/ansible_bastion_template.txt
@@ -1 +1 @@
ansible_ssh_common_args: '-o ProxyCommand="ssh -o StrictHostKeyChecking=no -W %h:%p -q USER@BASTION_ADDRESS"'
ansible_ssh_common_args: "-o ProxyCommand='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -W %h:%p -q USER@BASTION_ADDRESS {% if ansible_ssh_private_key_file is defined %}-i {{ ansible_ssh_private_key_file }}{% endif %}'"

0 comments on commit 26caad4

Please sign in to comment.