Suguru Hirahara
ab30390bd4
Setting up REUSE: change copyright year to the initial publication - 2017
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
il y a 1 an
Suguru Hirahara
3a1ea53739
Setting up REUSE: add copyright statements to files in examples/
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
il y a 1 an
Suguru Hirahara
1c5a8871d5
Replace <your-domain> with example.com
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
il y a 1 an
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`.
il y a 1 an
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
il y a 1 an
Slavi Pantaleev
321a3a93ab
Update hosts
il y a 2 ans
David Holdeman
d9bbe08771
add note
il y a 2 ans
Michael Collins
98e6cd685d
sync with previous repo
il y a 4 ans
Aaron Raimist
a8b61adb8d
Clarify hosts file wording
il y a 5 ans
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
il y a 5 ans
Slavi Pantaleev
d90e11213f
Update comment to make it accurate
il y a 6 ans
liquidat
72d3514408
Move pipelining option to ansible.cfg
il y a 6 ans
Slavi Pantaleev
b88db88cec
Mention ansible_connection=local
il y a 6 ans
Dan Arnfield
093859d926
Fix TRANSFORM_INVALID_GROUP_CHARS deprecation warning
il y a 6 ans
Slavi Pantaleev
c1a9549d54
Mention matrix_coturn_turn_external_ip_address in examples/hosts
il y a 6 ans
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.
il y a 6 ans
Slavi Pantaleev
841b525e7f
Suggest ansible_ssh_pipelining=yes for hosts
il y a 7 ans
Slavi Pantaleev
e09b7435d1
Update documentation a bit
il y a 7 ans
Slavi Pantaleev
87f5883f24
Initial commit
il y a 8 ans