Cody Wyatt Neiman
1dea35209b
Fix self-build error image names
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
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 роки тому
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 роки тому
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 роки тому
HarHarLinks
c0f7c39f7d
s/plabook/playbook
4 роки тому
Michael Collins
98e6cd685d
sync with previous repo
4 роки тому
Aaron Raimist
fc16fbda5b
Remove a bunch of redundant Ansible <2.8 self building checks
4 роки тому
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 роки тому
Michael-GMH
85777e8f96
merge with upstream
4 роки тому
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 роки тому
Aaron Raimist
ca361af616
Add Hydrogen
4 роки тому
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 роки тому
Tulir Asokan
13186a1ddc
Add mx-puppet-twitter
Signed-off-by: Tulir Asokan <tulir@maunium.net>
5 роки тому
Slavi Pantaleev
3198ed0dc9
Add missing matrix_mx_puppet_slack_container_http_host_bind_port variable
5 роки тому
joao-p-marques
afd6d7e45a
change var name to correct one
5 роки тому
Rodrigo Belem
4149e03b69
Initial mx-puppet-slack bridge role
6 роки тому
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 роки тому
kingoftheconnors
49766c5dac
Added Slack role
6 роки тому