aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/group_vars/all/postgres.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory-example/group_vars/all/postgres.yml')
-rw-r--r--inventory-example/group_vars/all/postgres.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory-example/group_vars/all/postgres.yml b/inventory-example/group_vars/all/postgres.yml
new file mode 100644
index 0000000..be90568
--- /dev/null
+++ b/inventory-example/group_vars/all/postgres.yml
@@ -0,0 +1,4 @@
+postgresql_host: postgres.{{ domain }}
+postgresql_inventory_host: "{{ postgresql_host.split('.')[0] }}"
+postgresql_password_users:
+ - '{{ invidious_db_user }}'