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