mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Shortened service- to svc-
This commit is contained in:
10
roles/svc-rdbms-postgres/config/main.yml
Normal file
10
roles/svc-rdbms-postgres/config/main.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"
|
Reference in New Issue
Block a user