Commit 882e7570 by Ubuntu

Reset configuration YAML files to install defaults

parent 8bccedd6
#- 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)
......
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