From 130da8d5fe7e8a0b86bab9ee1fae0c8dabdb5c38 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 31 Aug 2022 08:33:42 +0300 Subject: [PATCH] Feat(inventory): Split `[localnet]` into `[homenet]` My `localhost` is a notebook and can be relocated anywhere in the world. --- hosts.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts.template b/hosts.template index 1d5d3f6..4f6f1d1 100644 --- a/hosts.template +++ b/hosts.template @@ -2,6 +2,8 @@ localhost ansible_connection=local [localnet] localhost + +[homenet] home.phdru.name [servers] -- 2.39.2