mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 10:21:34 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
10
roles/service-rdbms-postgres/vars/configuration.yml
Normal file
10
roles/service-rdbms-postgres/vars/configuration.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
hostname: "central-postgres"
|
||||
port: 5432
|
||||
docker:
|
||||
images:
|
||||
# Postgis is necessary for mobilizon
|
||||
postgres: postgis/postgis
|
||||
versions:
|
||||
# Please set an version in your inventory file!
|
||||
# Rolling release isn't recommended
|
||||
postgres: "latest"
|
1
roles/service-rdbms-postgres/vars/main.yml
Normal file
1
roles/service-rdbms-postgres/vars/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
application_id: postgres
|
Reference in New Issue
Block a user