Commit 1728e000 by Joe Blaylock

Merge pull request #334 from edx/jrbl/edx-west-updates

Stanford: correcting prod variables
parents 10dff1e4 22c6b89d
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
secure_dir: '../../../edx-secret/ansible' secure_dir: '../../../edx-secret/ansible'
# this indicates the path to site-specific (with precedence) # this indicates the path to site-specific (with precedence)
# things like nginx template files # things like nginx template files
local_dir: '../../../../../../edx-secret/ansible/local' local_dir: '{{ secure_dir }}/local'
not_prod: true not_prod: true
vars_files: vars_files:
- "{{ secure_dir }}/vars/edxapp_cme_vars.yml" - "{{ secure_dir }}/vars/edxapp_cme_vars.yml"
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
- "{{ secure_dir }}/vars/edxapp_prod_users.yml" - "{{ secure_dir }}/vars/edxapp_prod_users.yml"
roles: roles:
- common - common
- nginx - {'role': 'nginx', 'nginx_conf': true}
- {'role': 'edxapp', 'openid_workaround': true} - {'role': 'edxapp', 'openid_workaround': true, 'template_subdir': 'cme'}
# run this role last # run this role last
# - in_production # - in_production
# this gets all running prod webservers # this gets all running prod webservers
#- hosts: tag_environment_prod:&tag_function_ora #- hosts: tag_environment_prod:&tag_function_ora
# or we can get subsets of them by name # or we can get subsets of them by name
- hosts: ~tag_Name_ora(10|11)_prod #- hosts: ~tag_Name_ora(10|11)_prod
- hosts: ~tag_Name_ora10_prod
#- hosts: ~tag_Name_ora11_prod
#- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB #- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB
sudo: True sudo: True
vars: vars:
......
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