From 19f5f25df8e524aff57f8c19e9b2ba0f11d616ae Mon Sep 17 00:00:00 2001 From: QEDeD Date: Thu, 4 May 2023 18:26:16 +0200 Subject: [PATCH] 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 --- examples/hosts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/hosts b/examples/hosts index 2048cc8..fe3daac 100644 --- a/examples/hosts +++ b/examples/hosts @@ -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=`. +# # 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. #