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 @@
sudo: True
gather_facts: True
roles:
- nginx
- edxapp
......@@ -3,4 +3,5 @@
sudo: True
gather_facts: True
roles:
- nginx
- ora
......@@ -3,4 +3,5 @@
sudo: True
gather_facts: True
roles:
- nginx
- 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