homelab/roles/postgresql/defaults/main.yml

6 lines
137 B
YAML
Raw Normal View History

2022-05-27 03:49:06 +00:00
postgresql_config: /etc/postgresql/13/main/pg_hba.conf
postgresql_listen: "*"
2022-06-28 00:21:25 +00:00
postgresql_trust:
- "172.16.0.0/12"
- "192.168.0.0/16"