Slavi Pantaleev
0ab2001ce7
Fix git-latest ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#git-latest
Our variable naming is not necessarily consistent across roles.
I've tried to follow the naming conventions of each individual role.
All new variables are suffixed with `_version`, but the prefix may be
somewhat different.
3 lat temu
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
3 lat temu
Slavi Pantaleev
34cdaade08
Use fully-qualified module names for builtin Ansible modules
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1939
3 lat temu
Sekki21956
2d21a70b3e
Update path to signald Dockerfile
4 lat temu
Slavi Pantaleev
2df993977a
Ensure git cloning when self-building is done with the matrix user, not root
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1749
4 lat temu
Aine
2da3768b20
Added retries to the docker pulls ( #1701 )
4 lat temu
Aine
701591e87e
Added retries to the docker pulls
4 lat temu
Jim Myhrberg
eeca3c8dca
fix: avoid yaml being wrapped at column 80 via to_nice_yaml
The `to_nice_yaml` helper will by default wrap any string YAML values on
the first space after column 80. This can in worst case yield invalid
YAML syntax. More details in Ansible's documentation here:
https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#formatting-data-yaml-and-json
In short, you need to explicitly provide a custom width argument of a
high number of some kind to avoid the line wrapping.
4 lat temu
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 lat temu
Slavi Pantaleev
ac515b7f09
Fix incorrect variables being used
4 lat temu
rakshazi
d9dd524db3
self-build consistency: rename vars everywhere
4 lat temu
Michael Collins
98e6cd685d
sync with previous repo
4 lat temu
Slavi Pantaleev
2697590d28
Remove some useless if conditions
4 lat temu
Slavi Pantaleev
7d9ee3e2fb
Remove unnecessary if-condition
4 lat temu
Slavi Pantaleev
a21696f687
Fix some if-checks
We'd rather not suppress pull errors or run self-build tasks if pulling fails.
4 lat temu
Toorero
ead4b00c09
Reverted back to manual self-build detection
4 lat temu
Toorero
f933ba14ae
Fixed self-build functionality for mautrix-signal and added self-build functionality for signald
4 lat temu
Toorero
f732a75ca5
Added selfbuild functionality to mautrix-signal bridge
4 lat temu
efraimbart
b7e68cb779
Fix wrong docker image being pulled
Changed `matrix_mautrix_signal_docker_image_force_pull` to `matrix_mautrix_signal_daemon_docker_image_force_pull` when force pulling the daemon
5 lat temu
Slavi Pantaleev
37909aa7a9
Create signald/{avatars,attachments,data} and rename config dir
5 lat temu
Sabine Laszakovits
56af2b1a8c
small fixes
5 lat temu
Sabine Laszakovits
ffb837d4bc
made the bridge use the default postgres db
5 lat temu
Sabine Laszakovits
2211e678f3
fixed comments that were copied over from mautrix-telegram role
5 lat temu
Sabine
69efcb5c21
added mautrix-signal role
5 lat temu