From b58d63114771e0b8f7d1c605ba05465d5d53c394 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 8 Dec 2023 09:19:45 -0500 Subject: [PATCH] add test node --- inventory/hosts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/hosts b/inventory/hosts index 34d4031..00b480e 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,2 +1,5 @@ centos-test ansible_host=10.1.1.39 ansible_user=root debian-test ansible_host=10.1.1.43 ansible_user=root + +[new] +fedora-test ansible_host=10.1.1.79 ansible_user=root