Implemented schema/main.yml und config/main.yml file

This commit is contained in:
2025-07-09 02:03:32 +02:00
parent 7362accab0
commit 22b4342300
114 changed files with 48 additions and 45 deletions

View File

@@ -6,7 +6,7 @@ This directory contains variable definition files for the `service-rdbms-mariadb
## files and their purpose
### 1. `configuration.yml`
### 1. `config/main.yml`
Contains configuration values that determine which Docker image version to use and what hostname the container will be registered under.

View File

@@ -11,5 +11,5 @@
http_port: "{{ ports.localhost.http[application_id] }}"
- name: "configure pgadmin servers"
include_tasks: configuration.yml
include_tasks: config/main.yml
when: applications[application_id].server_mode | bool