Townsend
9ac8f1f531
Fixed ddclient dst path
11 miesięcy temu
Townsend
f2f9472c4a
Improved dynamic DNS
11 miesięcy temu
Suguru Hirahara
cb18b5235f
Add license information to files for matrix-dynamic-dns
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 rok temu
Slavi Pantaleev
c47eca389b
Rework all roles to include `component_(docker|container)_image_registry_prefix*` variables
This:
- brings consistency - no more mixing `_name_prefix` and `_registry_prefix`
- adds extensibility - a future patch will allow reconfiguring all registry prefixes for all roles in the playbook
We still have `_docker_` vs `_container_` inconsistencies.
These may be worked on later.
1 rok temu
Slavi Pantaleev
d6bf789710
Remove `matrix_container_global_registry_prefix` variable
This is done for a few reasons:
- less globals and more indepdendence for each role is better. We rely
on various externally-hosted roles and they don't rely on this global
either.
- `matrix_container_global_registry_prefix` could make people think they
could just override this variable and have all their images pull from
elsewhere. This is rarely the case, unless you've taken special care
to mirror all the various components (from their respective
registries) to your own. In such a case, you probably know what you're
mirroring and can adjust individual variables.
- nowadays, various components live on different registries.
With Docker Inc tightening rate limits for Docker Hub, it's even more
likely that we'll see increased diversity in where images are hosted
1 rok temu
Slavi Pantaleev
c691f85533
Upgrade ddclient (3.11.2 -> 4.0.0) and adjust config path
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3971
The path change is due to: https://github.com/ddclient/ddclient/pull/789
This is untested.
1 rok temu
Slavi Pantaleev
9f2eff2ac7
Respect `devture_systemd_docker_base_docker_service_name`
Related to 0241c71a4c
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3270#issuecomment-2143782962
With this change, it should be possible for people to adjust the Docker
dependency from `docker.service` to something else (e.g. `pkg-ContainerManager-dockerd.service`),
or to completely eliminate it by setting `devture_systemd_docker_base_docker_service_name` to an empty string.
This makes it easier for people to use the playbook against a Synology DSM server.
1 rok temu
Slavi Pantaleev
92c3122b96
Add additional-networks support to matrix-dynamic-dns
Not that it seems necessary right now, but it makes it consistent with
all other roles.
2 lat temu
Slavi Pantaleev
c96a0156c0
Make matrix-dynamic-dns use its own container network
2 lat temu
renovate[bot]
3bcd0138d4
chore(deps): update linuxserver/ddclient docker tag to v3.11.2
2 lat temu
renovate[bot]
338af8151b
Update linuxserver/ddclient Docker tag to v3.11.1
2 lat temu
Slavi Pantaleev
3588cf610e
Upgrade ddclient (v3.10.0-ls136 -> v3.11.0-ls137)
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2961
2 lat temu
Slavi Pantaleev
c6f1dfa724
Switch Renovate versioning for matrix-dynamic-dns to semver
Related to e87f5c11d7
2 lat temu
Slavi Pantaleev
ccbff150cd
Upgrade ddclient (v3.10.0-ls135 -> v3.10.0-ls136)
2 lat temu
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 lat temu
Slavi Pantaleev
3a32fe71fb
Upgrade ddclient (v3.10.0-ls131 -> v3.10.0-ls135)
2 lat temu
Slavi Pantaleev
75d4b53484
Upgrade ddclient (v3.10.0-ls126 -> v3.10.0-ls131)
2 lat temu
Slavi Pantaleev
36c55bcb33
Upgrade ddclient (v3.10.0-ls125 -> v3.10.0-ls26)
2 lat temu
Slavi Pantaleev
d5fa6feeef
Upgrade ddclient (v3.10.0-ls124 -> v3.10.0-ls25)
2 lat temu
Slavi Pantaleev
c720d7bb1a
Upgrade ddclient (v3.10.0-ls123 -> v3.10.0-ls24)
2 lat temu
Slavi Pantaleev
b96792ecf9
Upgrade ddclient (v3.10.0-ls111 -> v3.10.0-ls123)
2 lat temu
Slavi Pantaleev
d6371a0781
Upgrade ddclient (v3.10.0-ls110 -> v3.10.0-ls111)
3 lat temu
Slavi Pantaleev
1c10a7727c
Upgrade ddclient (v3.10.0-ls106 -> v3.10.0-ls110)
3 lat temu
Slavi Pantaleev
8c5e34b37f
Upgrade ddclient (v3.10.0-ls105 -> v3.10.0-ls106)
3 lat temu
Slavi Pantaleev
7ac27becaf
Upgrade ddclient (v3.10.0-ls103 -> v3.10.0-ls105)
3 lat temu
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 lat temu
Slavi Pantaleev
74b186a454
Fix "too many spaces after colon" ansible-lint error
3 lat temu
Slavi Pantaleev
f7b45fd440
Upgrade ddclient (v3.10.0-ls102 -> v3.10.0-ls103)
3 lat temu
Slavi Pantaleev
716efe7ad5
Upgrade ddclient (v3.9.1-ls100 -> v3.10.0-ls102)
3 lat temu
Slavi Pantaleev
de671ad58a
Upgrade ddclient (v3.9.1-ls99 -> v3.9.1-ls100)
3 lat temu
Aine
63423e614f
Update ddclient v3.9.1-ls98 -> v3.9.1-ls99
3 lat temu
Slavi Pantaleev
8b40ca8daa
Upgrade ddclient (v3.9.1-ls97 -> v3.9.1-ls98)
3 lat temu
Aine
b018a0a114
Update ddclient v3.9.1-ls96 -> v3.9.1-ls97
3 lat temu
Slavi Pantaleev
f1802761de
Upgrade ddclient (v3.9.1-ls95 -> v3.9.1-ls96)
3 lat temu
Slavi Pantaleev
f99007975d
Upgrade ddclient (v3.9.1-ls94 -> v3.9.1-ls95)
3 lat temu
Slavi Pantaleev
c807af2873
Upgrade ddclient (v3.9.1-ls93 -> v3.9.1-ls94)
3 lat temu
Slavi Pantaleev
c85c062c01
Upgrade ddclient (v3.9.1-ls92 -> v3.9.1-ls93)
3 lat temu
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
3 lat temu
Aine
0ffac5bb45
update dynamic dns 3.9.1-ls89 -> 3.9.1-ls92
3 lat temu
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
3 lat temu
GoliathLabs
554615d727
Updated: ddclient to v3.9.1-ls89
3 lat temu
GoliathLabs
5b96dd609b
Updated: ddclient to v3.9.1-ls79
4 lat temu
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 lat temu
GoliathLabs
509466018b
Updated: ddclient to v3.9.1-ls77
4 lat temu
GoliathLabs
b0b88242f2
Updated: ddclient to v3.9.1-ls76
4 lat temu
Michael Collins
98e6cd685d
sync with previous repo
4 lat temu
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
4 lat temu
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
4 lat temu
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
4 lat temu
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 lat temu