From 291175340ed8aaf1d65496346595828d3c90f6fc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 23 Mar 2020 16:42:10 +0100 Subject: [PATCH] Fix SSH port once again --- ansible/vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/vars/all.yml b/ansible/vars/all.yml index 71f5632..5f62366 100644 --- a/ansible/vars/all.yml +++ b/ansible/vars/all.yml @@ -11,7 +11,7 @@ enable_openid_signin: "true" enable_openid_signup: "true" install_lock: "true" ssh_domain: "git.autonomic.zone" -ssh_listen_port: "%(SSH_PORT)s" +ssh_listen_port: "2222" ssh_port: "222" startup_timeout: "0" whitelist_uris: "https://git.autonomic.zone"