From 03baeba083c886c95b5c38ce8965bd6e381da09b Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Mon, 19 Feb 2024 22:16:52 +0100 Subject: [PATCH] ansible: connect via kosmos and the per-host ports there --- ansible/inventory.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ansible/inventory.yaml b/ansible/inventory.yaml index cd5bcce..7c1dcfe 100644 --- a/ansible/inventory.yaml +++ b/ansible/inventory.yaml @@ -2,12 +2,20 @@ domoticamachines: hosts: qemu: control_port: 2400 + ansible_port: 2400 + ansible_host: kosmos.sigsegv.be pennestraat20: control_port: 2401 + ansible_port: 2401 + ansible_host: kosmos.sigsegv.be pennestraat22: control_port: 2402 + ansible_port: 2402 + ansible_host: kosmos.sigsegv.be pennestraat22a: control_port: 2403 + ansible_port: 2403 + ansible_host: kosmos.sigsegv.be initial: hosts: -- 2.51.0