summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-06-09 17:07:21 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-06-09 17:07:21 -0400
commit36870541ff1b50c05b1c9b3991ceddaccc92e95e (patch)
treef2cf64be96f5982805f5ebe587b3b33e1f467c9c
parentfe458e2c29bffdab7708b67539a36a08506560da (diff)
parent21b4f324c38f2131d63c7004875587dc5cca0b6d (diff)
downloadopenshift-36870541ff1b50c05b1c9b3991ceddaccc92e95e.tar.gz
openshift-36870541ff1b50c05b1c9b3991ceddaccc92e95e.tar.bz2
openshift-36870541ff1b50c05b1c9b3991ceddaccc92e95e.tar.xz
openshift-36870541ff1b50c05b1c9b3991ceddaccc92e95e.zip
Merge pull request #275 from twiest/pr
Added environment tag (will eventually replace env tag).
-rw-r--r--playbooks/aws/openshift-cluster/tasks/launch_instances.yml1
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 4f594e2ed..060147659 100644
--- a/playbooks/aws/openshift-cluster/tasks/launch_instances.yml
+++ b/playbooks/aws/openshift-cluster/tasks/launch_instances.yml
@@ -86,6 +86,7 @@
wait: yes
instance_tags:
created-by: "{{ created_by }}"
+ environment: "{{ env }}"
env: "{{ env }}"
host-type: "{{ host_type }}"
env-host-type: "{{ env_host_type }}"