39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
postgres_consul_service: true
|
|
postgres_consul_service_name: db
|
|
|
|
postgresql_databases:
|
|
- name: ttrss
|
|
owner: ttrss
|
|
- name: gitea
|
|
owner: gitea
|
|
- name: supysonic
|
|
owner: supysonic
|
|
- name: hass
|
|
owner: hass
|
|
- name: vaultwarden
|
|
owner: vaultwarden
|
|
- name: drone
|
|
owner: drone
|
|
- name: paperless
|
|
owner: paperless
|
|
- name: vikunja
|
|
owner: vikunja
|
|
- name: ghostfolio
|
|
owner: ghostfolio
|
|
- name: pdns-auth
|
|
owner: pdns-auth
|
|
- name: pdns-admin
|
|
owner: pdns-admin
|
|
- name: mealie
|
|
owner: mealie
|
|
- name: immich
|
|
owner: immich
|
|
|
|
postgresql_hba_entries:
|
|
- {type: local, database: all, user: postgres, auth_method: peer}
|
|
- {type: local, database: all, user: all, auth_method: peer}
|
|
- {type: host, database: all, user: all, address: '127.0.0.1/32', auth_method: md5}
|
|
- {type: host, database: all, user: all, address: '::1/128', auth_method: md5}
|
|
- {type: host, database: all, user: all, address: '::0/128', auth_method: md5}
|
|
- {type: host, database: all, user: all, address: '0.0.0.0/0', auth_method: md5}
|