mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2024-11-11 13:50:50 -05:00
9 lines
237 B
YAML
9 lines
237 B
YAML
|
---
|
||
|
__postgresql_version: "14"
|
||
|
__postgresql_data_dir: "/var/lib/postgres/data"
|
||
|
__postgresql_bin_path: "/usr/sbin"
|
||
|
__postgresql_config_path: "/var/lib/postgres/data"
|
||
|
__postgresql_daemon: "postgresql"
|
||
|
__postgresql_packages:
|
||
|
- postgresql
|