matrix-docker-ansible-deploy/examples
Slavi Pantaleev b5ec8f83b1 Revert "become -> ansible_become"
This reverts commit 9c01d875f3.

This is very confusing and messy.. but it's documented.
`ansible_become_*` variables actually take priority and override all `become_*`
variables set at the task level.

As such, using `ansible_become=true ansible_become_user=root` in
`inventory/hosts` causes issues because tasks that specify
`become: OTHER_USER` will be forced to run as `root` due to
`ansible_become_user`.
2024-03-26 11:59:13 +02:00
..
reverse-proxies Update README.md (#3175) 2024-02-18 10:11:09 +02:00
host.yml Remove inventory/ directory tree to allow people to manage it as a git repository (etc.) 2024-01-09 19:08:43 +02:00
hosts Revert "become -> ansible_become" 2024-03-26 11:59:13 +02:00
vars.yml Add support for external-IP-address-autodetection to Coturn 2023-10-10 11:10:21 +03:00