Commit ae1367fc by e0d

Adding automated to edxapp and discovery plays

parent 2e8f1264
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
CLUSTER_NAME: 'discovery' CLUSTER_NAME: 'discovery'
roles: roles:
- aws - aws
- role: automated
AUTOMATED_USERS: "{{ DISCOVERY_AUTOMATED_USERS | default({}) }}"
- role: nginx - role: nginx
nginx_default_sites: nginx_default_sites:
- discovery - discovery
......
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
serial: "{{ serial_count }}" serial: "{{ serial_count }}"
roles: roles:
- aws - aws
- role: automated
AUTOMATED_USERS: "{{ EDXAPP_AUTOMATED_USERS | default({}) }}"
- role: nginx - role: nginx
nginx_sites: nginx_sites:
- lms - lms
......
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