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