From d2b8b386b5e271f03523861c41a27b15dbbe957e Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Mon, 10 Jul 2023 23:40:28 +0200 Subject: [PATCH] ansible: renumber & remove poudriere-image from domoticamachines Tidy up port numbers. Also remove poudriere-image from the domoticamachines group. The intent is to prevent ansible from running configuration we don't need before the hostname is set. --- ansible/inventory.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ansible/inventory.yaml b/ansible/inventory.yaml index 76fd443..cd5bcce 100644 --- a/ansible/inventory.yaml +++ b/ansible/inventory.yaml @@ -1,12 +1,15 @@ domoticamachines: hosts: - pennestraat20: + qemu: control_port: 2400 - pennestraat22: + pennestraat20: control_port: 2401 - pennestraat22a: + pennestraat22: control_port: 2402 - qemu: + pennestraat22a: control_port: 2403 + +initial: + hosts: poudriere-image: control_port: 0 -- 2.51.0