mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Renamed to CONSTANT DATABASE_VARS_FILE
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
- name: "For '{{ application_id }}': Load database variables"
|
||||
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
|
||||
- "{{ DOCKER_VARS_FILE }}" # Important to load docker variables first so that database 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:
|
||||
|
Reference in New Issue
Block a user