aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/group_vars/all/postgres.yml
blob: b38f4c016cbc570c8d099b0b72de7c9325391dba (plain)
1
2
3
4
5
postgresql_host: postgres.{{ domain }}
postgresql_inventory_host: "{{ postgresql_host.split('.')[0] }}"
postgresql_password_users:
  - '{{ invidious_db_user }}'
  - '{{ mastodon_db_user }}'