Commit 2fd6d4d8 by John Jarvis

updating edx-west plays for new nginx syntax

parent c1bd2be8
...@@ -32,7 +32,11 @@ ...@@ -32,7 +32,11 @@
- "{{ secure_dir }}/vars/edxapp_prod_users.yml" - "{{ secure_dir }}/vars/edxapp_prod_users.yml"
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- lms
- cms
- lms-preview
- {'role': 'edxapp', 'openid_workaround': true} - {'role': 'edxapp', 'openid_workaround': true}
# run this role last # run this role last
# - in_production # - in_production
...@@ -15,7 +15,11 @@ ...@@ -15,7 +15,11 @@
state: 'absent' state: 'absent'
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- lms
- cms
- lms-preview
- edxapp - edxapp
- ruby - ruby
post_tasks: post_tasks:
......
...@@ -26,7 +26,11 @@ ...@@ -26,7 +26,11 @@
- "{{ secure_dir }}/vars/shib_prod_vars.yml" - "{{ secure_dir }}/vars/shib_prod_vars.yml"
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- lms
- cms
- lms-preview
- edxapp - edxapp
- apache - apache
- shibboleth - shibboleth
......
...@@ -16,5 +16,7 @@ ...@@ -16,5 +16,7 @@
- "{{ secure_dir }}/vars/edxapp_prod_users.yml" - "{{ secure_dir }}/vars/edxapp_prod_users.yml"
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- ora
- ora - ora
...@@ -15,5 +15,7 @@ ...@@ -15,5 +15,7 @@
- "{{ secure_dir }}/vars/edxapp_prod_users.yml" - "{{ secure_dir }}/vars/edxapp_prod_users.yml"
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- xqueue
- xqueue - xqueue
...@@ -17,7 +17,11 @@ ...@@ -17,7 +17,11 @@
- "{{ secure_dir }}/vars/shib_stage_vars.yml" - "{{ secure_dir }}/vars/shib_stage_vars.yml"
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- lms
- cms
- lms-preview
- edxapp - edxapp
- apache - apache
- shibboleth - shibboleth
...@@ -12,7 +12,11 @@ ...@@ -12,7 +12,11 @@
#- "{{ secure_dir }}/vars/shib_stage_vars.yml" #- "{{ secure_dir }}/vars/shib_stage_vars.yml"
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- lms
- cms
- lms-preview
- edxapp - edxapp
- ansible_debug - ansible_debug
#- apache #- apache
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
- "{{ secure_dir }}/vars/edxapp_stage_users.yml" - "{{ secure_dir }}/vars/edxapp_stage_users.yml"
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- ora
- ora - ora
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
- "{{ secure_dir }}/vars/edxapp_stage_users.yml" - "{{ secure_dir }}/vars/edxapp_stage_users.yml"
roles: roles:
- common - common
- nginx - role: nginx
nginx_sites:
- xqueue
- xqueue - xqueue
#- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_edxapp #- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_edxapp
......
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