Slavi Pantaleev
51ab9ed9ff
Adjust `lstrip_blocks` to use a `bool` value for compatibility with ansible-core>=2.19.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
7 месяцев назад
Suguru Hirahara
b7bd54113d
Add license information to files for matrix-bridge-sms
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
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 год назад
renovate[bot]
98e8bfd504
chore(deps): update folivonet/matrix-sms-bridge docker tag to v0.5.9
2 лет назад
Slavi Pantaleev
594e6d9679
Move matrix-sms-bridge to its own container network and add support for non-Synapse homeservers
2 лет назад
renovate[bot]
974d66cffe
Update folivonet/matrix-sms-bridge Docker tag to v0.5.8
2 лет назад
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 лет назад
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
d073c7ecb3
More ansible-lint fixes
3 лет назад
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
3 лет назад
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
3 лет назад
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 лет назад
boris runakov
d3a9ec98de
refactoring
4 лет назад
boris runakov
1ec67f49b0
replaced 8008 where possible
4 лет назад
Michael Collins
98e6cd685d
sync with previous repo
4 лет назад
benkuly
49cb2635a2
updated matrix-sms-bridge
4 лет назад
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
4 лет назад
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 лет назад
Ahmad Haghighi
f52a8b6484
use custom docker registry
4 лет назад
Michael
33ec5710d9
0.2.1 revision
5 лет назад
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
5 лет назад
benkuly
ad92c61fdd
updated matrix-sms-bridge
5 лет назад
benkuly
f93a4f6474
updated matrix-sms-bridge
5 лет назад
benkuly
ff9a4e90c4
updated matrix-sms-bridge
5 лет назад
benkuly
3a2e058f2e
updated version of matrix-sms-bridge
5 лет назад
benkuly
f1ceb49ae2
fixed wrong path of truststore
5 лет назад
benkuly
2fb42dd7f1
fixed typo in truststore path
5 лет назад
benkuly
4713e5d5f7
updated matrix-sms-bridge to 0.5.0
5 лет назад
benkuly
8153e25d2d
updated matrix-sms-bridge image
5 лет назад
benkuly
787a9ef8ad
updated matrix-sms-bridge image
5 лет назад
benkuly
775b1ca7af
updated matrix-sms-bridge image version
5 лет назад
Slavi Pantaleev
ccabc82d4c
Use more fully-qualified container images
This is both for consistency with 93cc71cb69976c
and for making things more obvious.
5 лет назад
benkuly
c985e17f18
updated matrix-sms-bridge
5 лет назад
benkuly
7755e5efd4
Update sms-bridge (0.3.1 -> 0.3.2)
5 лет назад
benkuly
a1e248e0e1
updated matrix-sms-bridge ( #581 )
* updated matrix sms bridge container
* remove force pull
* updated matrix-sms-bridge container
* updated matrix-sms-bridge container
* updated version of matrix-sms-bridge
* updates matrix-sms-bridge
5 лет назад
benkuly
3553d3d513
updated version of matrix-sms-bridge
5 лет назад
benkuly
8e1a418a45
updated matrix-sms-bridge container
5 лет назад
benkuly
bd3223cdd4
updated matrix-sms-bridge container
5 лет назад
benkuly
c5f9e02103
updated matrix sms bridge container
5 лет назад
benkuly
d49ee51035
remove force pull matrix-sms-bridge docker image
5 лет назад
benkuly
a0661a6012
updated sms bridge docker image
5 лет назад
benkuly
11e53c4fbc
add default region
5 лет назад
benkuly
77fd23149b
added gammu hard reset for sms modem
5 лет назад
benkuly
f68e47d3c4
renamed role matrix-sms-bridge to matrix-bridge-sms
5 лет назад
benkuly
85c6befc04
removed unused delivery report
5 лет назад
benkuly
26846a5f6c
try privileged way
5 лет назад
benkuly
2fd8216fbc
try to fix device reconnect issues
5 лет назад
benkuly
cd17928805
revert remove of frequency
5 лет назад