Suguru Hirahara
3653f9f89b
Run codespell --write-changes
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 9 месеци
Townsend
9ac8f1f531
Fixed ddclient dst path
пре 11 месеци
Townsend
f2f9472c4a
Improved dynamic DNS
пре 11 месеци
Suguru Hirahara
cb18b5235f
Add license information to files for matrix-dynamic-dns
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
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 година
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 година
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 година
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 година
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 година
Slavi Pantaleev
c96a0156c0
Make matrix-dynamic-dns use its own container network
пре 2 година
renovate[bot]
3bcd0138d4
chore(deps): update linuxserver/ddclient docker tag to v3.11.2
пре 2 година
renovate[bot]
338af8151b
Update linuxserver/ddclient Docker tag to v3.11.1
пре 2 година
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 година
Slavi Pantaleev
c6f1dfa724
Switch Renovate versioning for matrix-dynamic-dns to semver
Related to e87f5c11d7
пре 2 година
Slavi Pantaleev
ccbff150cd
Upgrade ddclient (v3.10.0-ls135 -> v3.10.0-ls136)
пре 2 година
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
пре 2 година
Slavi Pantaleev
3a32fe71fb
Upgrade ddclient (v3.10.0-ls131 -> v3.10.0-ls135)
пре 2 година
Slavi Pantaleev
75d4b53484
Upgrade ddclient (v3.10.0-ls126 -> v3.10.0-ls131)
пре 2 година
Slavi Pantaleev
36c55bcb33
Upgrade ddclient (v3.10.0-ls125 -> v3.10.0-ls26)
пре 2 година
Slavi Pantaleev
d5fa6feeef
Upgrade ddclient (v3.10.0-ls124 -> v3.10.0-ls25)
пре 2 година
Slavi Pantaleev
c720d7bb1a
Upgrade ddclient (v3.10.0-ls123 -> v3.10.0-ls24)
пре 2 година
Slavi Pantaleev
b96792ecf9
Upgrade ddclient (v3.10.0-ls111 -> v3.10.0-ls123)
пре 2 година
Slavi Pantaleev
d6371a0781
Upgrade ddclient (v3.10.0-ls110 -> v3.10.0-ls111)
пре 3 година
Slavi Pantaleev
1c10a7727c
Upgrade ddclient (v3.10.0-ls106 -> v3.10.0-ls110)
пре 3 година
Slavi Pantaleev
8c5e34b37f
Upgrade ddclient (v3.10.0-ls105 -> v3.10.0-ls106)
пре 3 година
Slavi Pantaleev
7ac27becaf
Upgrade ddclient (v3.10.0-ls103 -> v3.10.0-ls105)
пре 3 година
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 година
Slavi Pantaleev
74b186a454
Fix "too many spaces after colon" ansible-lint error
пре 3 година
Slavi Pantaleev
f7b45fd440
Upgrade ddclient (v3.10.0-ls102 -> v3.10.0-ls103)
пре 3 година
Slavi Pantaleev
716efe7ad5
Upgrade ddclient (v3.9.1-ls100 -> v3.10.0-ls102)
пре 3 година
Slavi Pantaleev
de671ad58a
Upgrade ddclient (v3.9.1-ls99 -> v3.9.1-ls100)
пре 3 година
Aine
63423e614f
Update ddclient v3.9.1-ls98 -> v3.9.1-ls99
пре 3 година
Slavi Pantaleev
8b40ca8daa
Upgrade ddclient (v3.9.1-ls97 -> v3.9.1-ls98)
пре 3 година
Aine
b018a0a114
Update ddclient v3.9.1-ls96 -> v3.9.1-ls97
пре 3 година
Slavi Pantaleev
f1802761de
Upgrade ddclient (v3.9.1-ls95 -> v3.9.1-ls96)
пре 3 година
Slavi Pantaleev
f99007975d
Upgrade ddclient (v3.9.1-ls94 -> v3.9.1-ls95)
пре 3 година
Slavi Pantaleev
c807af2873
Upgrade ddclient (v3.9.1-ls93 -> v3.9.1-ls94)
пре 3 година
Slavi Pantaleev
c85c062c01
Upgrade ddclient (v3.9.1-ls92 -> v3.9.1-ls93)
пре 3 година
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
пре 3 година
Aine
0ffac5bb45
update dynamic dns 3.9.1-ls89 -> 3.9.1-ls92
пре 3 година
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
пре 3 година
GoliathLabs
554615d727
Updated: ddclient to v3.9.1-ls89
пре 3 година
GoliathLabs
5b96dd609b
Updated: ddclient to v3.9.1-ls79
пре 4 година
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
пре 4 година
GoliathLabs
509466018b
Updated: ddclient to v3.9.1-ls77
пре 4 година
GoliathLabs
b0b88242f2
Updated: ddclient to v3.9.1-ls76
пре 4 година
Michael Collins
98e6cd685d
sync with previous repo
пре 4 година
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
пре 4 година
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
пре 4 година
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
пре 4 година