Rename Pleroma DB

Because apparently DB names with dashes are completely unsupported
This commit is contained in:
Salt 2021-03-10 11:29:49 -06:00
parent a9235f0e2d
commit 8fcffe650b
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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 }}"