1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-ansible/group_vars/postgres.yml

12 lines
252 B
YAML

---
common__certbot__post_hook: null
common__certbot__pre_hook: null
common__iptables__drop_by_default: true
postgresql_backups_dir: '/var/lib/postgresql/backups/12/main'
postgresql_global_config_options:
- option: listen_addresses
value: '*'