Slavi Pantaleev
36c55bcb33
Upgrade ddclient (v3.10.0-ls125 -> v3.10.0-ls26)
před 2 roky
Slavi Pantaleev
d5fa6feeef
Upgrade ddclient (v3.10.0-ls124 -> v3.10.0-ls25)
před 2 roky
Slavi Pantaleev
c720d7bb1a
Upgrade ddclient (v3.10.0-ls123 -> v3.10.0-ls24)
před 2 roky
Slavi Pantaleev
b96792ecf9
Upgrade ddclient (v3.10.0-ls111 -> v3.10.0-ls123)
před 2 roky
Slavi Pantaleev
d6371a0781
Upgrade ddclient (v3.10.0-ls110 -> v3.10.0-ls111)
před 3 roky
Slavi Pantaleev
1c10a7727c
Upgrade ddclient (v3.10.0-ls106 -> v3.10.0-ls110)
před 3 roky
Slavi Pantaleev
8c5e34b37f
Upgrade ddclient (v3.10.0-ls105 -> v3.10.0-ls106)
před 3 roky
Slavi Pantaleev
7ac27becaf
Upgrade ddclient (v3.10.0-ls103 -> v3.10.0-ls105)
před 3 roky
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.
před 3 roky
Slavi Pantaleev
74b186a454
Fix "too many spaces after colon" ansible-lint error
před 3 roky
Slavi Pantaleev
f7b45fd440
Upgrade ddclient (v3.10.0-ls102 -> v3.10.0-ls103)
před 3 roky
Slavi Pantaleev
716efe7ad5
Upgrade ddclient (v3.9.1-ls100 -> v3.10.0-ls102)
před 3 roky
Slavi Pantaleev
de671ad58a
Upgrade ddclient (v3.9.1-ls99 -> v3.9.1-ls100)
před 3 roky
Aine
63423e614f
Update ddclient v3.9.1-ls98 -> v3.9.1-ls99
před 3 roky
Slavi Pantaleev
8b40ca8daa
Upgrade ddclient (v3.9.1-ls97 -> v3.9.1-ls98)
před 3 roky
Aine
b018a0a114
Update ddclient v3.9.1-ls96 -> v3.9.1-ls97
před 3 roky
Slavi Pantaleev
f1802761de
Upgrade ddclient (v3.9.1-ls95 -> v3.9.1-ls96)
před 3 roky
Slavi Pantaleev
f99007975d
Upgrade ddclient (v3.9.1-ls94 -> v3.9.1-ls95)
před 3 roky
Slavi Pantaleev
c807af2873
Upgrade ddclient (v3.9.1-ls93 -> v3.9.1-ls94)
před 3 roky
Slavi Pantaleev
c85c062c01
Upgrade ddclient (v3.9.1-ls92 -> v3.9.1-ls93)
před 3 roky
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
před 3 roky
Aine
0ffac5bb45
update dynamic dns 3.9.1-ls89 -> 3.9.1-ls92
před 3 roky
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
před 3 roky
GoliathLabs
554615d727
Updated: ddclient to v3.9.1-ls89
před 3 roky
GoliathLabs
5b96dd609b
Updated: ddclient to v3.9.1-ls79
před 4 roky
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
před 4 roky
GoliathLabs
509466018b
Updated: ddclient to v3.9.1-ls77
před 4 roky
GoliathLabs
b0b88242f2
Updated: ddclient to v3.9.1-ls76
před 4 roky
Michael Collins
98e6cd685d
sync with previous repo
před 4 roky
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
před 4 roky
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
před 4 roky
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
před 4 roky
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
před 4 roky
Ahmad Haghighi
f52a8b6484
use custom docker registry
před 5 roky
Michael
33ec5710d9
0.2.1 revision
před 5 roky
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
před 5 roky
Slavi Pantaleev
be5263f397
Move self-building git repository URLs to variables (stop hardcoding)
před 5 roky
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.
před 5 roky
Slavi Pantaleev
fef44b93d3
Define the matrix_dynamic_dns_domain_configurations variable in the role
Having it unset in the role itself (while referencign it) is a little strange.
Now people can look at the `roles/matrix-dynamic-dns/defaults/main.yml`
file and figure out everything that's necessary to run the role.
Related to #681 (Github Pull Request)
před 5 roky
Scott Crossen
59bb6b2971
responded to reviewer comments
před 5 roky
Scott Crossen
e894befd87
Updates to reviewer comments
před 5 roky
Scott Crossen
19721be8b1
removed dhcp option
před 5 roky
Scott Crossen
51cca4c312
Added containerization
před 5 roky
Scott Crossen
1f988969a5
Added role for dynamic dns
před 5 roky