Commit 783debbb by Joe Blaylock

Stanford CME/Carnegie playbook updates

parent 88d3ef95
......@@ -27,8 +27,8 @@
secure_dir: '../../../configuration-secure/ansible'
migrate_db: "no"
vars_files:
- "{{ secure_dir }}/vars/edxapp_stage_vars.yml"
- "{{ secure_dir }}/vars/certifier_prod_vars.yml"
- "{{ secure_dir }}/vars/edxapp_carnegie_vars.yml"
- "{{ secure_dir }}/vars/certifier_carn_vars.yml"
roles:
- common
- role: virtualenv
......
......@@ -27,8 +27,8 @@
secure_dir: '../../../configuration-secure/ansible'
migrate_db: "no"
vars_files:
- "{{ secure_dir }}/vars/edxapp_stage_vars.yml"
- "{{ secure_dir }}/vars/certifier_prod_vars.yml"
- "{{ secure_dir }}/vars/edxapp_cme_vars.yml"
- "{{ secure_dir }}/vars/certifier_cme_vars.yml"
roles:
- common
- role: virtualenv
......
# For all util machines
- hosts: tag_environment_prod:&tag_function_util
#- hosts: tag_environment_prod:&tag_function_util
# or we can get subsets of them by name
#- hosts: ~tag_Name_util20_prod
- hosts: ~tag_Name_util10_prod
sudo: True
vars:
# this indicates the path to site-specific (with precedence)
......@@ -28,7 +28,7 @@
secure_dir: '../../../configuration-secure/ansible'
migrate_db: "no"
vars_files:
- "{{ secure_dir }}/vars/edxapp_stage_vars.yml"
- "{{ secure_dir }}/vars/edxapp_prod_vars.yml"
- "{{ secure_dir }}/vars/certifier_prod_vars.yml"
roles:
- common
......
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