From 10b91b9277a0966551087fe35c7ff401ce0e79a7 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 8 Aug 2023 01:21:07 +0200 Subject: [PATCH] Fix jump host for pad-intern and cloud-intern on Chaosknoten --- inventories/chaosknoten/hosts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventories/chaosknoten/hosts.yaml b/inventories/chaosknoten/hosts.yaml index 59b1fad..df0bebb 100644 --- a/inventories/chaosknoten/hosts.yaml +++ b/inventories/chaosknoten/hosts.yaml @@ -11,12 +11,12 @@ all: ansible_host: cloud-intern.hamburg.ccc.de ansible_port: 42666 ansible_user: chaos - ansible_ssh_common_args: -J public-reverse-proxy + ansible_ssh_common_args: -J ssh://public-reverse-proxy.hamburg.ccc.de:42666 pad: ansible_host: pad-intern.hamburg.ccc.de ansible_port: 42666 ansible_user: chaos - ansible_ssh_common_args: -J public-reverse-proxy + ansible_ssh_common_args: -J ssh://public-reverse-proxy.hamburg.ccc.de:42666 public-reverse-proxy: ansible_host: public-reverse-proxy.hamburg.ccc.de ansible_port: 42666