]> git.phdru.name Git - ansible.git/commitdiff
Feat(inventory): Split `[localnet]` into `[homenet]`
authorOleg Broytman <phd@phdru.name>
Wed, 31 Aug 2022 05:33:42 +0000 (08:33 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 31 Aug 2022 05:33:42 +0000 (08:33 +0300)
My `localhost` is a notebook and can be relocated anywhere in the world.

hosts.template

index 1d5d3f6fb58022e0a698864a773cdd1ecb36b5a7..4f6f1d1e6b2ff6f07d8e5d663177185db7f02ce7 100644 (file)
@@ -2,6 +2,8 @@ localhost ansible_connection=local
 
 [localnet]
 localhost
+
+[homenet]
 home.phdru.name
 
 [servers]