Make integration runner ec2 add_hosts use valid host names

pull/13663/head
James Cammarata 9 years ago committed by Toshio Kuratomi
parent 6d9235e36d
commit 2f0e8d9654

@ -30,7 +30,7 @@
- name: Add hosts group temporary inventory group with pem path - name: Add hosts group temporary inventory group with pem path
add_host: add_host:
name: "{{ item.1.platform }} {{ ec2.results[item.0]['instances'][0]['public_ip'] }}" name: "{{ item.1.platform }}-{{ ec2.results[item.0]['instances'][0]['public_ip'] }}"
groups: dynamic_hosts groups: dynamic_hosts
ansible_ssh_host: "{{ ec2.results[item.0]['instances'][0]['public_ip'] }}" ansible_ssh_host: "{{ ec2.results[item.0]['instances'][0]['public_ip'] }}"
ansible_ssh_private_key_file: '{{ pem_path }}' ansible_ssh_private_key_file: '{{ pem_path }}'

Loading…
Cancel
Save