Commit 775299d2 by Joe Blaylock

Merge branch 'edx-west/release' of github.com:edx/configuration into edx-west/release

parents 038d2683 882e7570
#- hosts: ~tag_Name_app(10|20)_carn
- hosts: ~tag_Name_app10_carn
#- hosts: ~tag_Name_app20_carn
sudo: True
vars_prompt:
- name: "migrate_db"
......
......@@ -15,6 +15,7 @@
# or we can get subsets of them by name
#- hosts: ~tag_Name_app(10|20)_cme
- hosts: ~tag_Name_app10_cme
#- hosts: ~tag_Name_app20_cme
sudo: True
vars_prompt:
- name: "migrate_db"
......
# 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_util10_prod
#- hosts: ~tag_Name_util10_prod
sudo: True
vars:
# this indicates the path to site-specific (with precedence)
......
......@@ -7,7 +7,7 @@
# this indicates the path to site-specific (with precedence)
# things like nginx template files
secure_dir: ../../../edx-secret/ansible
local_dir: {{secure_dir}}/local
local_dir: "{{secure_dir}}/local"
migrate_db: "no"
vars_files:
- "{{ secure_dir }}/vars/edxapp_stage_vars.yml"
......
- name: certifier | restart certificate-agent
supervisorctl: name=certifier-certificate-agent state=restarted
supervisorctl: name=certificate-agent state=restarted
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