mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Add info regarding the ansible_port varible
Since there's already a service (Gitea) which recommends that SSH is changed to be on a non-standard port, it makes sense to add information about how to configure the playbook/Ansible to connect to a non-standard port
This commit is contained in:
parent
d51b992a4f
commit
19f5f25df8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
# 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.
|
||||
#
|
||||
# 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,
|
||||
# consider adding an additional `ansible_connection=local` argument to the host line below.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue