crans_bcfg2/Python/etc/hosts
2015-05-14 07:19:56 +02:00

32 lines
1,023 B
Python

# -*- coding: utf-8; mode: python -*-
include("ip")
@127.0.0.1 localhost.crans.org localhost
if has("crans-proxmox-wheezy"):
out("%s %s" % (pubip(), pubhostname))
out("%s %s %s %s" % (admip(), admhostname, hostname+".adm", hostname))
elif not has("non-vlan-adherent"):
out("%s %s %s" % (pubip(), pubhostname, hostname))
out("%s %s %s" % (admip(), admhostname, hostname+".adm"))
else:
out("%s %s %s %s" % (admip(), admhostname, hostname+".adm", hostname))
if has("vlan-wifi"):
out("%s %s %s" % (wifiip(), wifihostname, hostname+".wifi"))
@10.231.136.7 zbee.adm.crans.org zbee.adm zbee nfs.adm.crans.org nfs.adm nfs
if(has("odlyd")):
@138.231.136.9 sable.crans.org sable
@138.231.136.98 charybde.crans.org charybde
if(has("iscsi")):
@10.231.136.36 nols.adm.crans.org nols.adm nols
@# The following lines are desirable for IPv6 capable hosts
@::1 ip6-localhost ip6-loopback
@fe00::0 ip6-localnet
@ff00::0 ip6-mcastprefix
@ff02::1 ip6-allnodes
@ff02::2 ip6-allrouters
@ff02::3 ip6-allhosts