29 lines
528 B
YAML
Executable File
29 lines
528 B
YAML
Executable File
---
|
|
cloud_apps: /opt
|
|
cloud_storage: /opt/storage
|
|
cloud_stage: prod
|
|
cloud_update: false
|
|
psql_user: postgres
|
|
|
|
db_configs:
|
|
- type: pgsql
|
|
name: db_name
|
|
user: db_user
|
|
pass: db_user_password
|
|
priv: all
|
|
|
|
postgresql_version_major: 15
|
|
postgresql_version: "postgresql-{{ postgresql_version_major }}"
|
|
|
|
postgresql_cluster_name: main
|
|
|
|
postgresql_data_directory: "/var/lib/postgresql/{{ postgresql_version_major }}/main"
|
|
|
|
postgresql_listen_addr: "localhost"
|
|
# - ip1
|
|
# - ip2
|
|
# or even "'*'"
|
|
|
|
postgresql_pghba_network: ""
|
|
# |
|
|
# |