From: Oleg Broytman Date: Wed, 31 Aug 2022 05:33:42 +0000 (+0300) Subject: Feat(inventory): Split `[localnet]` into `[homenet]` X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=130da8d5fe7e8a0b86bab9ee1fae0c8dabdb5c38 Feat(inventory): Split `[localnet]` into `[homenet]` My `localhost` is a notebook and can be relocated anywhere in the world. --- 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]