소스 검색

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 }}"