From 302d75066f19b6d61d786e4c8e8fcb9c75e6a056 Mon Sep 17 00:00:00 2001 From: Francesco Antognazza Date: Thu, 6 Apr 2023 10:55:39 +0200 Subject: [PATCH] Use port 24 for SSH connection to the host --- hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts.yml b/hosts.yml index f803ebe..f9a9358 100644 --- a/hosts.yml +++ b/hosts.yml @@ -1,3 +1,4 @@ server: hosts: chef.heaplab.deib.polimi.it: + ansible_port: 24 \ No newline at end of file