Commit a438d7ee by Ubuntu

resetting all YAML files to convenient place for next install

parent 5a6abdf4
- hosts: ~tag_Name_app(10|20)_carn
#- hosts: ~tag_Name_app20_carn
#- hosts: ~tag_Name_app(10|20)_carn
- hosts: ~tag_Name_app10_carn
sudo: True
vars_prompt:
- name: "migrate_db"
......@@ -21,13 +21,13 @@
- "{{ secure_dir }}/vars/datadog_carn.yml"
roles:
- common
- php
# - php
- role: nginx
nginx_sites:
- lms
- cms
- lms-preview
- phpmyadmin
# - phpmyadmin
nginx_template_directory: "{{local_dir}}/nginx/templates/carnegie/"
- {'role': 'edxapp', 'openid_workaround': true}
- datadog
......
......@@ -13,8 +13,8 @@
# this gets all running prod webservers
#- hosts: tag_environment_prod:&tag_function_webserver
# or we can get subsets of them by name
- hosts: ~tag_Name_app(10|20)_cme
#- hosts: ~tag_Name_app20_cme
#- hosts: ~tag_Name_app(10|20)_cme
- hosts: ~tag_Name_app10_cme
sudo: True
vars_prompt:
- name: "migrate_db"
......
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