Commit 16f33398 by Vik Paruchuri

Update var names

parent f91e8e9b
- hosts: tag_Group_mlapi_prod
vars_files:
- ["{{ secure_dir }}/vars/discern_prod_vars.yml"]
- ["{{ secure_dir }}/vars/mlapi_prod_vars.yml"]
- ["{{ secure_dir }}/vars/users.yml"]
- ["{{ secure_dir }}/vars/discern_prod_users.yml"]
- ["{{ secure_dir }}/vars/mlapi_prod_users.yml"]
roles:
- common
- discern
- hosts:
- tag_Group_mlapi_sandbox
vars_files:
- ["{{ secure_dir }}/vars/discern_sandbox_vars.yml"]
- ["{{ secure_dir }}/vars/mlapi_sandbox_vars.yml"]
- ["{{ secure_dir }}/vars/users.yml"]
- ["{{ secure_dir }}/vars/discern_sandbox_users.yml"]
- ["{{ secure_dir }}/vars/mlapi_sandbox_users.yml"]
roles:
- common
- discern
- hosts: tag_Group_mlapi_stage
vars_files:
- ["{{ secure_dir }}/vars/discern_stage_vars.yml"]
- ["{{ secure_dir }}/vars/mlapi_stage_vars.yml"]
- ["{{ secure_dir }}/vars/users.yml"]
- ["{{ secure_dir }}/vars/discern_stage_users.yml"]
- ["{{ secure_dir }}/vars/mlapi_stage_users.yml"]
roles:
- common
- discern
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