From c446676e0b13dfc4736a0a696cd454d826c10814 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 27 Apr 2020 10:07:21 +0200 Subject: [PATCH] added localhost to hosts template --- hosts.template | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts.template b/hosts.template index e6daf79..d2c0019 100644 --- a/hosts.template +++ b/hosts.template @@ -1,3 +1,4 @@ +#localhost ansible_connection=local ansible_user=user [server] [laptop] [desktop]