Commit 596b20cb by John Jarvis

updating deploy tasks to include nginx for those that include

nginx_site.yml
parent 6ff55d5d
- name: Configure instance(s)
hosts: all
sudo: True
gather_facts: True
vars:
openid_workaround: True
roles:
- edxapp
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
sudo: True sudo: True
gather_facts: True gather_facts: True
roles: roles:
- nginx
- edxapp - edxapp
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
sudo: True sudo: True
gather_facts: True gather_facts: True
roles: roles:
- nginx
- ora - ora
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
sudo: True sudo: True
gather_facts: True gather_facts: True
roles: roles:
- nginx
- xqueue - xqueue
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