mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented schema/main.yml und config/main.yml file
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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
|
Reference in New Issue
Block a user