mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-12 16:24:56 +02:00
Solved variable bugs
This commit is contained in:
parent
8ae99aaf46
commit
0b88ad6585
2
roles/docker-mariadb/vars/configuration.yml
Normal file
2
roles/docker-mariadb/vars/configuration.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
version: "latest"
|
||||||
|
hostname: "central-mariadb"
|
@ -1,3 +1 @@
|
|||||||
version: "latest"
|
|
||||||
application_id: "mariadb"
|
application_id: "mariadb"
|
||||||
hostname: "central-{{application_id}}"
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
# Please set an version in your inventory file - Rolling release for postgres isn't recommended
|
# Please set an version in your inventory file - Rolling release for postgres isn't recommended
|
||||||
version: "latest"
|
version: "latest"
|
||||||
|
hostname: "central-postgres"
|
@ -1,2 +1 @@
|
|||||||
application_id: postgres
|
application_id: postgres
|
||||||
hostname: central-postgres
|
|
Loading…
x
Reference in New Issue
Block a user