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