Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
vor 3 Jahren
Aine
5801017df0
mx-puppet-bridges - set log level = warn, set presence interval = 5s
vor 3 Jahren
Michael Collins
98e6cd685d
sync with previous repo
vor 4 Jahren
Slavi Pantaleev
2997a7fc3e
Make mx-puppet-* bridges not log to files
We log everything in systemd/journald for every service already,
so there's no need for double-logging, bridges rotating log files
manually and other such nonsense.
vor 5 Jahren
Slavi Pantaleev
ab6563ce4e
Add support for automatic (Postgres -> SQLite) migration to mx-puppet-twitter
vor 5 Jahren
transcaffeine
5d70bc1376
add postgres support for mx-puppet-* with fallback to sqlite in role and migration notice
vor 5 Jahren
transcaffeine
d9f4914e0d
WIP: postgres: create databases for all services
If a service is enabled, a database for it is created in postgres with a uniqque password. The service can then use this database for data storage instead of relying on sqlite.
vor 5 Jahren
Tulir Asokan
13186a1ddc
Add mx-puppet-twitter
Signed-off-by: Tulir Asokan <tulir@maunium.net>
vor 5 Jahren
Hugues Morisset
d4938333e6
Fix missing conf for double puppeting in mx-puppet-slack
vor 5 Jahren
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
vor 5 Jahren