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