Renamed to CONSTANT DATABASE_VARS_FILE

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-12 17:45:19 +02:00
parent 53e5c563ae
commit c9a7830953
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
3 changed files with 5 additions and 5 deletions

View File

@ -7,8 +7,8 @@
- name: "For '{{ application_id }}': Load database variables" - name: "For '{{ application_id }}': Load database variables"
include_vars: "{{ item }}" include_vars: "{{ item }}"
loop: loop:
- "{{ DOCKER_VARS_FILE }}" # Important to load docker variables first so that database can use them - "{{ DOCKER_VARS_FILE }}" # Important to load docker variables first so that database can use them
- "{{ cmp_db_docker_vars_file_db }}" # Important to load them before docker role so that backup can use them - "{{ DATABASE_VARS_FILE }}" # Important to load them before docker role so that backup can use them
- name: "For '{{ application_id }}': Load central RDBMS" - name: "For '{{ application_id }}': Load central RDBMS"
include_role: include_role:

View File

@ -1 +1 @@
cmp_db_docker_vars_file_db: "{{ playbook_dir }}/roles/cmp-rdbms/vars/database.yml" DATABASE_VARS_FILE: "{{ playbook_dir }}/roles/cmp-rdbms/vars/database.yml"

View File

@ -1,5 +1,5 @@
- name: "load variables from {{ cmp_db_docker_vars_file_db }}" - name: "load variables from {{ DATABASE_VARS_FILE }}"
include_vars: "{{ cmp_db_docker_vars_file_db }}" include_vars: "{{ DATABASE_VARS_FILE }}"
- name: "loading database configuration variables" - name: "loading database configuration variables"
include_vars: include_vars: