Cody Wyatt Neiman
1dea35209b
Fix self-build error image names
3 år sedan
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
3 år sedan
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 år sedan
Slavi Pantaleev
677a2fc503
Fix compatibility with ansible=6 / ansible-core=2.13
Details here: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_6.html#id36
Basically:
```yaml
- name: Prior to 2.13
debug:
msg: '[1] + {{ [2] }}'
- name: 2.13 and forward
debug:
msg: '{{ [1] + [2] }}'
```
Interestingly, we had been using the new/safe syntax in lofs of places.
We were using the broken one in many others though. Hopefully all
instances were fixed by this patch.
3 år sedan
László Várady
9cc3c5be76
Fix warning about reverse-proxying when built-in proxy is disabled
`matrix_nginx_proxy_enabled` is usually set to false by users, this is when
the warning should be displayed.
4 år sedan
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 år sedan
HarHarLinks
c0f7c39f7d
s/plabook/playbook
4 år sedan
Michael Collins
98e6cd685d
sync with previous repo
4 år sedan
Aaron Raimist
fc16fbda5b
Remove a bunch of redundant Ansible <2.8 self building checks
4 år sedan
Slavi Pantaleev
fa76c1ee5b
Do not run self-build Ansible version-check, if component not enabled
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1108
4 år sedan
Michael-GMH
85777e8f96
merge with upstream
4 år sedan
Slavi Pantaleev
47b4608b96
Fail in a friendlier way when trying to self-build on Ansible <= 2.8
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1070
Related discussion here: 1ab507349c (commitcomment-51108407)
4 år sedan
Aaron Raimist
ca361af616
Add Hydrogen
4 år sedan
Slavi Pantaleev
05ca9357a8
Add .service suffix to systemd units list
We'll be adding `.timer` units later on, so it's good to be
more explicit.
5 år sedan
Slavi Pantaleev
3198ed0dc9
Add missing matrix_mx_puppet_slack_container_http_host_bind_port variable
5 år sedan
joao-p-marques
afd6d7e45a
change var name to correct one
5 år sedan
Rodrigo Belem
4149e03b69
Initial mx-puppet-slack bridge role
6 år sedan
Michael Haak
5b213e6ad0
Replace constructs appending elements with variables to matrix_synapse_container_extra_arguments. Fixes issue https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/304
6 år sedan
kingoftheconnors
49766c5dac
Added Slack role
6 år sedan