From 606b280ca856ec74e59ce380f9c71545fa45e22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 17 Dec 2022 18:21:41 +0100 Subject: fix(host_vars): pass sshd listen port for dc0 --- host_vars/dc0.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml index f9a4072..fc9b3cc 100644 --- a/host_vars/dc0.yml +++ b/host_vars/dc0.yml @@ -1,9 +1,10 @@ --- +ansible_port: 71 + httpd_use_nfs: false git_dir: /var/www/data/git - -ansible_port: 71 +sshd_listen_port: "{{ ansible_port }}" __is_vm: true -- cgit v1.2.3