From 8fcffe650ba78553d4f0f33811130c2b2b07ca54 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 10 Mar 2021 11:29:49 -0600 Subject: [PATCH] Rename Pleroma DB Because apparently DB names with dashes are completely unsupported --- playbooks/db.yml | 4 ++-- playbooks/vars/desultd-pleroma.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/db.yml b/playbooks/db.yml index d560670..637fcea 100755 --- a/playbooks/db.yml +++ b/playbooks/db.yml @@ -37,8 +37,8 @@ owner: gitea-desultd - name: nextcloud-desultd owner: nextcloud-desultd - - name: pleroma-cowfee - owner: pleroma-cowfee + - name: pleroma_cowfee + owner: pleroma_cowfee tags: [ db, psql ] - hosts: psql1.9iron.club roles: diff --git a/playbooks/vars/desultd-pleroma.yml b/playbooks/vars/desultd-pleroma.yml index 4aba932..244acbd 100644 --- a/playbooks/vars/desultd-pleroma.yml +++ b/playbooks/vars/desultd-pleroma.yml @@ -11,6 +11,6 @@ pleroma_secret_signing_salt: "{{ secret_pleroma_signing_salt }}" # DB config pleroma_db_host: 192.168.164.156 -pleroma_db_name: pleroma-cowfee +pleroma_db_name: pleroma_cowfee pleroma_db_user: pleroma-cowfee pleroma_db_pass: "{{ secret_pleroma_9iron_db_pass }}"