Commit 138507e4 by Sef Kloninger

carnegie app server settings

parent a87f2d61
# we never want to migrate from these machines, so note no vars_prompt
# section like other appservers
- hosts: ~tag_Name_app(10|20)_carn - hosts: ~tag_Name_app(10|20)_carn
sudo: True sudo: True
vars_prompt: vars_prompt:
...@@ -9,7 +6,7 @@ ...@@ -9,7 +6,7 @@
default: "no" default: "no"
private: no private: no
vars: vars:
secure_dir: '../../../edx-secret/ansible' secure_dir: '../../../configuration-secure/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: '../../../edx-secret/ansible/local'
...@@ -21,7 +18,7 @@ ...@@ -21,7 +18,7 @@
- "{{ secure_dir }}/vars/edxapp_prod_users.yml" - "{{ secure_dir }}/vars/edxapp_prod_users.yml"
roles: roles:
- common - common
- {'role': 'nginx', 'nginx_conf': true} - {'role': 'nginx', 'nginx_conf': true}
- {'role': 'edxapp', 'openid_workaround': true, 'template_subdir': 'carnegie'} - {'role': 'edxapp', 'openid_workaround': true, 'template_subdir': 'carnegie'}
# run this role last # run this role last
# - in_production # - in_production
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