From 49407d19380ee95359d6cc577095b24a5b69e397 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Wed, 26 Oct 2022 23:13:21 -0700 Subject: [PATCH] add manual inventory example --- inventory/hosts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 inventory/hosts diff --git a/inventory/hosts b/inventory/hosts new file mode 100644 index 0000000..1e4ad7d --- /dev/null +++ b/inventory/hosts @@ -0,0 +1,5 @@ +[localhost] +127.0.0.1 ansible_connection=local + +[vagrant] +192.168.1.10