From ba96e7bedb533c5d2eafd05d7fc3ed81d5ff4871 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 8 Dec 2023 10:30:49 -0500 Subject: [PATCH] update .gitignore and inventory --- .gitignore | 1 + inventory/hosts | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ef7674c..50831f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +inventory/hosts host_vars ansible.cfg collections/ansible_collections/ diff --git a/inventory/hosts b/inventory/hosts index 00b480e..e69de29 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,5 +0,0 @@ -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