From d30e4f067c5d5b854d478a2f507ca0e64e048a78 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 10 Jul 2025 18:54:05 +0200 Subject: [PATCH] Added new host 'cloud' --- Inventory/hosts.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Inventory/hosts.yaml b/Inventory/hosts.yaml index 463139d..fd5eff8 100644 --- a/Inventory/hosts.yaml +++ b/Inventory/hosts.yaml @@ -19,6 +19,9 @@ all: compute-1: ansible_host: 192.168.2.3 ansible_user: root + cloud: + ansible_host: 192.168.2.7 + ansible_user: root children: fedora: @@ -29,6 +32,7 @@ all: debian: hosts: mailcow: + cloud: docker: hosts: compute-0: