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.
3 år sedan
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
3 år sedan
GoliathLabs
7f4d7444a3
Updated: synapse-admin to 0.8.5
4 år sedan
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 år sedan
rakshazi
d9dd524db3
self-build consistency: rename vars everywhere
4 år sedan
SkepticalWaves
e8237ea37e
Update synapse-admin to newest tagged release
4 år sedan
Michael Collins
98e6cd685d
sync with previous repo
4 år sedan
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
4 år sedan
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
4 år sedan
Michael-GMH
ad7bbd6442
merge upstream
4 år sedan
Slavi Pantaleev
36910348cf
Switch synapse-admin to tagged release (0.8.1)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1084
4 år sedan
Michael-GMH
85777e8f96
merge with upstream
4 år sedan
Slavi Pantaleev
8e6f1876f5
Switch to :latest version of synapse-admin
Related to https://github.com/Awesome-Technologies/synapse-admin/issues/132
We should switch back when >0.8.0 gets released.
4 år sedan
Slavi Pantaleev
a198b87455
Upgrade synapse-admin (0.7.2 -> 0.8.0)
Related to https://github.com/Awesome-Technologies/synapse-admin/issues/132
4 år sedan
Michael-GMH
50d7209c5b
GMH v04.3
4 år sedan
Aaron Raimist
bb64b80697
Upgrade synapse-admin (0.7.0 -> 0.7.2)
4 år sedan
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
4 år sedan
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
4 år sedan
Ahmad Haghighi
f52a8b6484
use custom docker registry
4 år sedan
Michael
33ec5710d9
0.2.1 revision
5 år sedan
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
5 år sedan
rakshazi
996f732f98
Update synapse-admin (0.6.1 -> 0.7.0)
5 år sedan
Aaron Raimist
3c2a644e5c
Upgrade synapse-admin (v0.5.0 -> 0.6.1)
5 år sedan
Slavi Pantaleev
be5263f397
Move self-building git repository URLs to variables (stop hardcoding)
5 år sedan
Slavi Pantaleev
5eed874199
Improve self-building experience (avoid conflict with pullable images)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/716
This patch makes us use more fully-qualified container image names
(either prefixed with docker.io/ or with localhost/).
The latter happens when self-building is enabled.
We've recently had issues where if an image was removed manually
and the service was restarted (making `docker run` fetch it from Docker Hub, etc.),
we'd end up with a pulled image, even though we're aiming for a self-built one.
Re-running the playbook would then not do a rebuild, because:
- the image with that name already exists (even though it's something
else)
- we sometimes had conditional logic where we'd build only if the git
repo changed
By explicitly changing the name of the images (prefixing with localhost/),
we avoid such confusion and the possibility that we'd automatically pul something
which is not what we expect.
Also, I've removed that condition where building would happen on git
changes only. We now always build (unless an image with that name
already exists). We just force-build when the git repo changes.
5 år sedan
Slavi Pantaleev
3e2f0a4240
Upgrade matrix-synapse-admin (0.4.1 -> 0.5.0)
Related to #658 (Github Issue).
5 år sedan
Dennis Ciba
b22b593d83
Changed setup of synapse-admin to allow for self-build images
5 år sedan
Slavi Pantaleev
b2ae669566
Add synapse-admin support
Fixes #562 (Github Issue)
5 år sedan