mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Renamed to CONSTANT DATABASE_VARS_FILE
This commit is contained in:
parent
53e5c563ae
commit
c9a7830953
@ -8,7 +8,7 @@
|
||||
include_vars: "{{ item }}"
|
||||
loop:
|
||||
- "{{ 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"
|
||||
include_role:
|
||||
|
@ -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"
|
@ -1,5 +1,5 @@
|
||||
- name: "load variables from {{ cmp_db_docker_vars_file_db }}"
|
||||
include_vars: "{{ cmp_db_docker_vars_file_db }}"
|
||||
- name: "load variables from {{ DATABASE_VARS_FILE }}"
|
||||
include_vars: "{{ DATABASE_VARS_FILE }}"
|
||||
|
||||
- name: "loading database configuration variables"
|
||||
include_vars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user