浏览代码

added environment tag (will eventually replace env tag).

Thomas Wiest 9 年之前
父节点
当前提交
21b4f324c3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      playbooks/aws/openshift-cluster/tasks/launch_instances.yml

+ 1 - 0
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 }}"