9 lines
183 B
YAML
9 lines
183 B
YAML
|
postgresql_service: "postgresql"
|
||
|
|
||
|
postgresql_packages:
|
||
|
- "postgresql-server"
|
||
|
- "python-psycopg2"
|
||
|
|
||
|
pg_hba_location: "/var/lib/pgsql/data/pg_hba.conf"
|
||
|
pg_dir: "/var/lib/pgsql/data"
|