Allow not having a Synapse signing key

This commit is contained in:
dogeystamp 2022-03-04 13:08:47 -05:00
parent 5782068884
commit abefec85bd
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 2 additions and 0 deletions

View File

@ -73,4 +73,5 @@ dd if=/dev/random of=roles/filesystems/files/k5e.secret bs=1024 count=2
ansible-vault encrypt roles/filesystems/files/k5e.secret
# This is a signing key for Matrix Synapse. It should be from a previous install.
# If you don't have one, it should be generated by Synapse.
ansible-vault encrypt roles/services/synapse/files/signing.key.secret

View File

@ -8,6 +8,7 @@
src: signing.key.secret
dest: /etc/synapse/signing.key
notify: Restart synapse
ignore_errors: true
- name: Deploy matrix homeserver configuration
template: