Mention ansible_connection=local

This commit is contained in:
Slavi Pantaleev 2019-06-04 19:24:28 +03:00
parent 45140dca02
commit b88db88cec
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#
# For improved Ansible performance, SSH pipelining is enabled by default (`ansible_ssh_pipelining=yes`).
# If this causes SSH connection troubles, feel free to disable it.
#
# If you're running this Ansible playbook on the same server as the one you're installing to,
# consider adding an additional `ansible_connection=local` argument below.
[matrix_servers]
matrix.<your-domain> ansible_host=<your-server's external IP address> ansible_ssh_user=root ansible_ssh_pipelining=yes