Allow ansible_ssh_private_key_file for Openstack

pull/2569/head
avoidik 2018-03-31 02:38:01 +03:00
parent 887a468d32
commit 26caad4f12
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}'"