diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index 01d7956..383c520 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -143,6 +143,15 @@ secret_onlyoffice_9iron_db_pass: !vault | 3036393663396633380a366461613536616264613237626164373631353137643963663830393833 34326639343831346333333461663634333434633136646163326634653439623138 +# For Peertube +secret_peertube_db_pass: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 32376536666566663033373033663331366437363331666662623831636135363633333532346531 + 6465346433663238343234366430633631306534626439310a636163356636613536366461663266 + 66663637303064303036366263663361616231336461346534363131343634646133323538356633 + 3639643838656137310a613333363865393536343731666234623065616365373834383536616161 + 64653939393038393361313961366131633461653139646536653163383336336338 + # For Pleroma secret_pleroma_9iron_db_pass: !vault | $ANSIBLE_VAULT;1.1;AES256 diff --git a/playbooks/db.yml b/playbooks/db.yml index 3e89bce..6f980d0 100755 --- a/playbooks/db.yml +++ b/playbooks/db.yml @@ -30,6 +30,8 @@ password: "{{ secret_gulagbot_db_pass }}" - name: nextcloud-desultd password: "{{ secret_nextcloud_db_pass }}" + - name: peertube-cowfee + password: "{{ secret_peertube_db_pass }}" - name: pleroma-cowfee password: "{{ secret_pleroma_9iron_db_pass }}" postgresql_databases: @@ -41,6 +43,8 @@ owner: nextcloud-desultd - name: pleroma_cowfee owner: pleroma-cowfee + - name: peertube_cowfee + owner: peertube-cowfee tags: [ db, psql ] - hosts: psql1.9iron.club roles: