diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-05-25 09:54:36 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-05-25 09:54:36 -0400 |
commit | 00eba039c9312fbd04cc05a8a890ef48f2311769 (patch) | |
tree | 3ad1665eb4731687c5b8cdcafde9ce00aefe3865 /playbooks/aws/openshift-cluster/tasks | |
parent | 82d3a4bac81d67d8575279fe99352700d65ca7f6 (diff) | |
parent | 4f4c4f038f4df910a33c0c1ab3bc8b2179f4a764 (diff) | |
download | openshift-00eba039c9312fbd04cc05a8a890ef48f2311769.tar.gz openshift-00eba039c9312fbd04cc05a8a890ef48f2311769.tar.bz2 openshift-00eba039c9312fbd04cc05a8a890ef48f2311769.tar.xz openshift-00eba039c9312fbd04cc05a8a890ef48f2311769.zip |
Merge pull request #1773 from detiber/aws_cleanup
Cloud provider cleanup
Diffstat (limited to 'playbooks/aws/openshift-cluster/tasks')
-rw-r--r-- | playbooks/aws/openshift-cluster/tasks/launch_instances.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/tasks/launch_instances.yml b/playbooks/aws/openshift-cluster/tasks/launch_instances.yml index 7d5776ae6..d22c86cda 100644 --- a/playbooks/aws/openshift-cluster/tasks/launch_instances.yml +++ b/playbooks/aws/openshift-cluster/tasks/launch_instances.yml @@ -150,6 +150,7 @@ groups: "{{ instance_groups }}" ec2_private_ip_address: "{{ item.1.private_ip }}" ec2_ip_address: "{{ item.1.public_ip }}" + ec2_tag_sub-host-type: "{{ sub_host_type }}" openshift_node_labels: "{{ node_label }}" logrotate_scripts: "{{ logrotate }}" with_together: |