From 3f82fc21524ff34015df883a8c16886eebd44075 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Sun, 14 Jul 2024 15:21:25 +0200 Subject: [PATCH] ansible: emulate phobos in qemu We're working on bringing the mars network to full equivalence to what's now deployed, so make the qemu host reflect that one for now. --- ansible/inventory-routers.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory-routers.yaml b/ansible/inventory-routers.yaml index a1ab8e6..be7dbbc 100644 --- a/ansible/inventory-routers.yaml +++ b/ansible/inventory-routers.yaml @@ -4,9 +4,9 @@ routers: control_port: 2400 ansible_port: 2400 ansible_host: kosmos.sigsegv.be - lan_ip: "10.0.4.1/24" + lan_ip: "10.0.3.1/24" ipsec_conf: "ipsec_iapetus.conf" - hostname: "iapetus.saturn.sigsegv.be" + hostname: "phobos.mars.sigsegv.be" dyndns_name: "qemu-dummy.sigsegv.be" iapetus: control_port: 2404 -- 2.51.0