mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed Database roles
This commit is contained in:
11
roles/svc-postgres/config/main.yml
Normal file
11
roles/svc-postgres/config/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
hostname: "central-postgres"
|
||||
network: "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