Slavi Pantaleev
c73680712b
Fix (suppress) var-naming ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#var-naming
We don't really fix these, but just suppress them,
because they're like that intentionally.
We try to name variables in a way that is consistent with the
configuration key they control. If the upstream component uses
camelCase, we also need to include camelCase in the variable name.
3年前
Slavi Pantaleev
7831dc91b3
Import tasks from other roles in a better way
One that doesn't trip up ansible-lint, causing `load-failure` errors.
3年前
Slavi Pantaleev
3408c710ee
Add ansible-lint configuration file
3年前
Slavi Pantaleev
c1849ae888
Fix the remaining var-spacing ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#var-spacing
3年前
Slavi Pantaleev
cac9bf2637
Fix syntax error regression
3年前
Slavi Pantaleev
1693c4ca1d
Fix no-changed-when ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#no-changed-when
3年前
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年前
Slavi Pantaleev
211ff20891
Fix package-latest ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#package-latest
3年前
Slavi Pantaleev
318bfa84d5
Fix spacing around filter invocations
3年前
Slavi Pantaleev
bb8b8c4bf0
Fix tasks include regression
3年前
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
3年前
Slavi Pantaleev
983bf819ef
Explictly set Synapse's worker configuration's owner/permissions
3年前
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
3年前
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年前
Slavi Pantaleev
78b5be4a26
Do not generate /.well-known/matrix/support unless explicitly asked to
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1931
3年前
Slavi Pantaleev
3f7498da5a
Fix matrix_homeserver_admin_contacts example
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1931
This does 2 things:
- it fixes the syntax for `matrix_id`. Starting strings with `@` is
invalid YAML, so such strings need to be wrapped in single or double
quotes
- it makes use of the `matrix_domain` variable instead of hardcoding the
domain name. This should be more and mistake-proof (typos or people
mistaking their domain - matrix. vs base domain)
3年前
Slavi Pantaleev
c9e30708be
Fix double-quoting in /.well-known/matrix/support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1931
`|to_json` already adds the surrounding double-quotes for the string, so
adding them explicitly means we've got a double-quotes problem.
3年前
Slavi Pantaleev
4a5143fa8d
Add variable to influence whether /.well-known/matrix/support is created
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1931
3年前
teutates
018ca75d48
Implement MSC 1929 Homeserver Admin Contact ( #1931 )
* Implement MSC 1929 Homeserver Admin Contact
Fixes #1612
For details to the proposed (not accepted yet) MSC, see:
https://github.com/matrix-org/matrix-spec-proposals/blob/hs/proposal-admin-contact-1/proposals/1929-admin-contact.md
* Implement feedback from PR #1931
* Implement feedback from PR #1931
* Fix mixed indentation
3年前
Slavi Pantaleev
6075375f78
Merge pull request #1939 from etkecc/add-ansible-lint
add ansible-lint; cleanup yamllint
3年前
Slavi Pantaleev
9abcb10f9f
Merge pull request #1946 from etkecc/update-redis
update redis 6.2.6 -> 7.0.3
3年前
Slavi Pantaleev
f99ab3c2e2
Merge pull request #1945 from etkecc/update-sygnal
update sygnal 0.11.0 -> 0.12.0
3年前
Slavi Pantaleev
9ef680b45c
Merge pull request #1944 from etkecc/update-prometheus
update prometheus 2.36.2 -> 2.37.0
3年前
Slavi Pantaleev
411c42bee5
Merge pull request #1943 from etkecc/update-nginx
update nginx 1.21.6 -> 1.23.0
3年前
Slavi Pantaleev
3b3bfa29e9
Merge pull request #1942 from etkecc/update-grafana
update grafana 9.0.2 -> 9.0.3
3年前
Slavi Pantaleev
fde4297703
Merge pull request #1941 from etkecc/update-dynamic-dns
update dynamic dns 3.9.1-ls89 -> 3.9.1-ls92
3年前
Slavi Pantaleev
06e78176d1
Merge pull request #1940 from etkecc/update-hydrogen
update hydrogen 0.2.29 -> 0.2.33; sync config
3年前
Aine
405d07527f
update sygnal 0.11.0 -> 0.12.0
3年前
Aine
22a55f4fa7
update redis 6.2.6 -> 7.0.3
3年前
Aine
4bc12fd560
update prometheus 2.36.2 -> 2.37.0
3年前
Aine
a6506cf6ff
update nginx 1.21.6 -> 1.23.0
3年前
Aine
ca11763e86
update grafana 9.0.2 -> 9.0.3
3年前
Aine
0ffac5bb45
update dynamic dns 3.9.1-ls89 -> 3.9.1-ls92
3年前
Aine
0453ccc716
update hydrogen 0.2.29 -> 0.2.33; sync config
3年前
Aine
a3581e79a7
rename job
3年前
Aine
c0ad515920
add ansible-lint; cleanup yamllint
3年前
Slavi Pantaleev
140cdf0bc4
Merge pull request #1938 from etkecc/master
fix mautrix-whatsapp config
3年前
Aine
e3ff6ca01b
mautrix-whatsapp - fix more vars
3年前
Aine
88cff139ed
fix mautrix-whatsapp config
3年前
Slavi Pantaleev
74d5170010
Merge pull request #1936 from etkecc/add-repos
add/unify 'Project source code URL' link across all roles
3年前
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
3年前
Slavi Pantaleev
d29bf4c0f7
Merge pull request #1934 from marinmo/patch-1
update buscarron from github -> gitlab
3年前
Slavi Pantaleev
fa9b34b983
Try to make Jinja not trip up over syntax
3年前
Slavi Pantaleev
cd3f4e5231
Merge pull request #1935 from etkecc/mautrix-whatsapp-v0.6.0
Update mautrix whatsapp 0.5.0 -> 0.6.0
3年前
Aine
91cbc8b2ff
Update mautrix whatsapp 0.5.0 -> 0.6.0
3年前
marinmo
5a1a1126a2
update buscarron from github -> gitlab
project doesn't exist on github anymore
3年前
Slavi Pantaleev
41753d4a3b
Merge pull request #1932 from alexhartley/master
Update recommended Skype bridge in docs
3年前
alexhartley
015952b37d
Update recommended Skype bridge
3年前
Slavi Pantaleev
e94ec75e1a
Remove matrix-bridge-mx-puppet-skype role
3年前
Slavi Pantaleev
a1d0b58471
Try to do the signald (0.19.0) data migration automatically
Improvement over e4caf3fa81 .
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1921
3年前