From 865e2f05621fc10f3d332d3840707997c0b94abf Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 12 Jun 2023 21:02:22 -0400 Subject: add mastodon role --- inventory-example/group_vars/all/postgres.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'inventory-example/group_vars/all/postgres.yml') diff --git a/inventory-example/group_vars/all/postgres.yml b/inventory-example/group_vars/all/postgres.yml index be90568..b38f4c0 100644 --- a/inventory-example/group_vars/all/postgres.yml +++ b/inventory-example/group_vars/all/postgres.yml @@ -2,3 +2,4 @@ postgresql_host: postgres.{{ domain }} postgresql_inventory_host: "{{ postgresql_host.split('.')[0] }}" postgresql_password_users: - '{{ invidious_db_user }}' + - '{{ mastodon_db_user }}' -- cgit