File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33- name : Retrieve service-specific database credentials from Hashicorp Vault
44 set_fact :
5- " {{ item }}_db_credentials " : " {{ lookup('community.hashi_vault.hashi_vault', 'applications/heritage-staging -eu-west-2/tuxedo/database/{{ item }}') }}"
5+ " {{ item }}_db_credentials " : " {{ lookup('community.hashi_vault.hashi_vault', 'applications/heritage-{{ environment_name }} -eu-west-2/tuxedo/database/{{ item }}') }}"
66 no_log : True
77 loop : " {{ tuxedo_service_config[tuxedo_user].required_databases }}"
88
Original file line number Diff line number Diff line change 33- name : Check required variables are set
44 assert :
55 that :
6+ - environment_name is defined and environment_name | trim | length > 0
67 - application_artefact_path is defined and application_artefact_path | trim | length > 0
78 - application_configs_path is defined and application_configs_path | trim | length > 0
89 - snmp_host_address is defined and snmp_host_address | trim | length > 0
You can’t perform that action at this time.
0 commit comments