]> git.somenet.org - root/pub/somesible.git/blob - roles/base/hostname/templates/hosts.j2
roles/service/nextcloud/tasks
[root/pub/somesible.git] / roles / base / hostname / templates / hosts.j2
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 127.0.0.1  {{inventory_hostname}} {{inventory_hostname.split(".")[0]}} l l4 lh lh4 localhost localhost4 localhost.localdomain localhost.localdomain4 ip4-localhost ip4-loopback
10 ::1        {{inventory_hostname}} {{inventory_hostname.split(".")[0]}} l l6 lh lh6 localhost localhost6 localhost.localdomain localhost.localdomain6 ip6-localhost ip6-loopback
11 ff02::1 ip6-allnodes
12 ff02::2 ip6-allrouters
13
14 {{hosts_custom_entries}}