Prepare operation machine for in-cluster deployment stage
[integration.git] / deployment / noheat / infra-openstack / ansible / templates / inventory.ini.j2
1 [all]
2 {% for item in hosts %}
3 {{ item.key }} ansible_host={{ item.value }}
4 {% endfor %}
5
6 [all:vars]
7 ansible_ssh_private_key_file="~/.ssh/{{ keypair.name }}"
8 ansible_ssh_common_args='-o StrictHostKeyChecking=no'