Commit 6555d682 by Feanil Patel

Move from ec2.yml to tag_ec2.yml

parent 653c6723
...@@ -56,5 +56,5 @@ ...@@ -56,5 +56,5 @@
state=started state=started
when: not disable_edx_services when: not disable_edx_services
- include: ec2.yml tags=deploy - include: tag_ec2.yml tags=deploy
when: COMMON_TAG_EC2_INSTANCE when: COMMON_TAG_EC2_INSTANCE
...@@ -110,5 +110,5 @@ ...@@ -110,5 +110,5 @@
- name: remove read-only ssh key for the content repo - name: remove read-only ssh key for the content repo
file: path={{ analytics_api_git_identity_file }} state=absent file: path={{ analytics_api_git_identity_file }} state=absent
- include: ec2.yml tags=deploy - include: tag_ec2.yml tags=deploy
when: COMMON_TAG_EC2_INSTANCE when: COMMON_TAG_EC2_INSTANCE
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
- python - python
- pip - pip
- include: ec2.yml tags=deploy - include: tag_ec2.yml tags=deploy
when: COMMON_TAG_EC2_INSTANCE when: COMMON_TAG_EC2_INSTANCE
- set_fact: certs_installed=true - set_fact: certs_installed=true
...@@ -422,7 +422,7 @@ ...@@ -422,7 +422,7 @@
file: path={{ edxapp_git_identity }} state=absent file: path={{ edxapp_git_identity }} state=absent
when: EDXAPP_USE_GIT_IDENTITY when: EDXAPP_USE_GIT_IDENTITY
- include: ec2.yml tags=deploy - include: tag_ec2.yml tags=deploy
when: COMMON_TAG_EC2_INSTANCE when: COMMON_TAG_EC2_INSTANCE
- set_fact: edxapp_installed=true - set_fact: edxapp_installed=true
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
- include: test.yml tags=deploy - include: test.yml tags=deploy
- include: ec2.yml tags=deploy - include: tag_ec2.yml tags=deploy
when: COMMON_TAG_EC2_INSTANCE when: COMMON_TAG_EC2_INSTANCE
- set_fact: forum_installed=true - set_fact: forum_installed=true
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
- python - python
- pip - pip
- include: ec2.yml tags=deploy - include: tag_ec2.yml tags=deploy
when: COMMON_TAG_EC2_INSTANCE when: COMMON_TAG_EC2_INSTANCE
- set_fact: xqueue_installed=true - set_fact: xqueue_installed=true
...@@ -42,5 +42,5 @@ ...@@ -42,5 +42,5 @@
when: not disable_edx_services when: not disable_edx_services
notify: restart xqwatcher notify: restart xqwatcher
- include: ec2.yml tags=deploy - include: tag_ec2.yml tags=deploy
when: COMMON_TAG_EC2_INSTANCE when: COMMON_TAG_EC2_INSTANCE
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment