Add some helper synapse cleanup scripts

This commit is contained in:
Jake Howard 2020-03-10 20:08:46 +00:00
parent 16e01c4a10
commit 47c0b65dfe
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 7 additions and 0 deletions

View File

@ -30,3 +30,4 @@ services:
- POSTGRES_PASSWORD=synapse
volumes:
- ./postgresql:/var/lib/postgresql/data
- ./synapse_scripts:/opt/synapse_scripts:ro

View File

@ -42,3 +42,9 @@
loop:
- absent
- present
- name: Install helper scripts
git:
repo: "https://github.com/xwiki-labs/synapse_scripts"
dest: /opt/synapse/synapse_scripts
force: true