From c1216d0d7daebebba24849c68cc7056ec329fd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Tue, 18 Jul 2023 10:43:14 +0200 Subject: [PATCH] inventory: added netmodule-01 as host to inventory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added this host for doing tests with multiple hosts Signed-off-by: Marc Mattmüller --- inventory/production.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/production.yaml b/inventory/production.yaml index b081657..49ea93f 100644 --- a/inventory/production.yaml +++ b/inventory/production.yaml @@ -4,3 +4,7 @@ linux: rls_info_path: /etc/os-release user_name: user host_name: testvm + 10.115.101.100: + rls_info_path: /etc/os-release + user_name: user + host_name: websrvvm