Commit 6ff55d5d by John Jarvis

gathering facts for the deploy plays

parent 4a462a35
- name: Deploy edxapp
hosts: all
sudo: True
gather_facts: False
gather_facts: True
roles:
- edxapp
- name: Deploy forum
hosts: all
sudo: True
gather_facts: False
gather_facts: True
roles:
- forum
- name: Deploy ora
hosts: all
sudo: True
gather_facts: False
gather_facts: True
roles:
- ora
- name: Deploy xqueue
hosts: all
sudo: True
gather_facts: False
gather_facts: True
roles:
- xqueue
- name: Deploy xserver
hosts: all
sudo: True
gather_facts: False
gather_facts: True
roles:
- xserver
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