Suguru Hirahara
ab30390bd4
Setting up REUSE: change copyright year to the initial publication - 2017
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1年前
Suguru Hirahara
3a1ea53739
Setting up REUSE: add copyright statements to files in examples/
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1年前
Suguru Hirahara
1c5a8871d5
Replace <your-domain> with example.com
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1年前
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`.
2年前
Slavi Pantaleev
9c01d875f3
become -> ansible_become
For some of these, the `ansible_` prefix does not seem to be needed,
but it's the canonical way to do things and it may become required in
newer Ansible versions.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3237
2年前
Slavi Pantaleev
321a3a93ab
Update hosts
2年前
David Holdeman
d9bbe08771
add note
2年前
Michael Collins
98e6cd685d
sync with previous repo
4年前
Aaron Raimist
a8b61adb8d
Clarify hosts file wording
5年前
Slavi Pantaleev
e2e6cfaa8b
Document Ansible's Python interpreter discovery some more
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/570
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/641
5年前
Slavi Pantaleev
d90e11213f
Update comment to make it accurate
6年前
liquidat
72d3514408
Move pipelining option to ansible.cfg
6年前
Slavi Pantaleev
b88db88cec
Mention ansible_connection=local
6年前
Dan Arnfield
093859d926
Fix TRANSFORM_INVALID_GROUP_CHARS deprecation warning
6年前
Slavi Pantaleev
c1a9549d54
Mention matrix_coturn_turn_external_ip_address in examples/hosts
7年前
Slavi Pantaleev
382e53bdee
Make examples/hosts look cleaner
Putting a lot of comments inbetween `[matrix-servers]` and the example
host line may make someone decide to clean up the comment
and accidentally skip-over the `[matrix-servers]` part.
7年前
Slavi Pantaleev
841b525e7f
Suggest ansible_ssh_pipelining=yes for hosts
7年前
Slavi Pantaleev
e09b7435d1
Update documentation a bit
7年前
Slavi Pantaleev
87f5883f24
Initial commit
8年前