matrix-docker-ansible-deploy/roles/matrix-bridge-mautrix-facebook/tasks
Slavi Pantaleev 172b0fa88c Separate Facebook bridge configuration and data
Using a separate directory allows easier backups
(only need to back up the Ansible playbook configuration and the
bridge's `./data` directory).

The playbook takes care of migrating an existing database file
from the base directory into the `./data` directory.

In the future, we can also mount the configuration read-only,
to ensure the bridge won't touch it.
For now, mautrix-facebook is keen on rebuilding the `config.yaml`
file on startup though, so this will have to wait.
2019-06-07 14:52:38 +03:00
..
init.yml Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8 2019-05-21 10:25:59 -05:00
main.yml Make Facebook bridge configuration playbook-managed 2019-06-07 14:05:53 +03:00
setup_install.yml Separate Facebook bridge configuration and data 2019-06-07 14:52:38 +03:00
setup_uninstall.yml Make bridge uninstallation stop services 2019-05-21 11:27:09 +09:00
validate_config.yml Make Facebook bridge configuration playbook-managed 2019-06-07 14:05:53 +03:00