From 7a7f07c55453b2ab6c122a6e85dca2bf826cd712 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Thu, 9 Mar 2023 13:01:22 +0100 Subject: [PATCH] Inventory --- coreos-config/inventory.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/coreos-config/inventory.yaml b/coreos-config/inventory.yaml index e26e9aa..ef2acd9 100644 --- a/coreos-config/inventory.yaml +++ b/coreos-config/inventory.yaml @@ -2,8 +2,10 @@ all: hosts: host.nc.chaoswg.org: - # ansible_host: 192.168.0.52 - # ansible_host: 185.216.177.198 + ansible_user: core + network_interface: ens3 + thonkpad.ka.chaoswg.org: + ansible_host: 192.168.0.73 ansible_user: core network_interface: ens3 children: @@ -13,3 +15,4 @@ all: backup: hosts: host.nc.chaoswg.org: null + thonkpad.ka.chaoswg.org: null