Merge pull request #54 from QEDeD/main

Add info regarding the ansible_port varible
This commit is contained in:
Slavi Pantaleev 2023-05-04 20:19:54 +03:00 committed by GitHub
commit 224c74258c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@
# If this causes SSH connection troubles, disable it by adding `ansible_ssh_pipelining=False` # If this causes SSH connection troubles, disable it by adding `ansible_ssh_pipelining=False`
# to the host line below or by adding `ansible_ssh_pipelining: False` to your variables file. # to the host line below or by adding `ansible_ssh_pipelining: False` to your variables file.
# #
# If SSH is configured to listen to a non-standard port (i.e. something different than port 22), you need to add `ansible_port=<your configured SSH port>`.
#
# If you're running this Ansible playbook on the same server as the one you're installing to, # 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 to the host line below. # consider adding an additional `ansible_connection=local` argument to the host line below.
# #