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