From 15431daab1f2c9fe9109fc873fa50a8b6a7955cf Mon Sep 17 00:00:00 2001 From: kenorb Date: Sat, 27 Jan 2024 23:21:36 +0000 Subject: [PATCH] Adds .ansible/inventory/hosts --- .ansible/inventory/hosts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .ansible/inventory/hosts diff --git a/.ansible/inventory/hosts b/.ansible/inventory/hosts new file mode 100644 index 0000000..8df7ac2 --- /dev/null +++ b/.ansible/inventory/hosts @@ -0,0 +1,2 @@ +# Manage localhost by default. +localhost ansible_connection=local