add thecloud.dmz host
add cloud.kun.is
This commit is contained in:
parent
c4260d4e08
commit
e2aafd7231
4 changed files with 6 additions and 5 deletions
|
@ -12,6 +12,6 @@
|
|||
src: resolv.conf
|
||||
dest: /etc/resolv.conf
|
||||
roles:
|
||||
- {role: 'setup-apt', tags: 'setup-apt'}
|
||||
- {role: 'dnsmasq', tags: 'dnsmasq'}
|
||||
- {role: 'nsd', tags: 'nsd'}
|
||||
- {role: apt, tags: apt}
|
||||
- {role: dnsmasq, tags: dnsmasq}
|
||||
- {role: nsd, tags: nsd}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: setup-apt
|
||||
- name: apt
|
||||
src: https://github.com/sunscrapers/ansible-role-apt.git
|
||||
scm: git
|
||||
- name: cloudinit-wait
|
||||
|
|
|
@ -20,7 +20,7 @@ dhcp-host=b8:27:eb:b9:ab:e2,esrom
|
|||
dhcp-host=ca:fe:c0:ff:ee:03,max,192.168.30.3
|
||||
dhcp-host=ca:fe:c0:ff:ee:08,maestro,192.168.30.8
|
||||
dhcp-host=dc:a6:32:7b:e2:11,iris,192.168.30.9
|
||||
dhcp-host=ca:fe:c0:ff:ee:0b,lewis,192.168.30.10
|
||||
dhcp-host=ca:fe:c0:ff:ee:0a,thecloud,192.168.30.10
|
||||
# Advertise router
|
||||
dhcp-option=3,192.168.30.1
|
||||
# Always send the IPv6 DNS server address (this machine)
|
||||
|
|
|
@ -8,3 +8,4 @@ kun.is. IN SOA ns1.kun.is. pim.kunis.nl. 2023051702 1800 3600 1209600 3600
|
|||
ns1 A 84.245.14.149
|
||||
ns2 A 84.245.14.149
|
||||
hoi TXT "beter dan kunis.nl!"
|
||||
cloud A 84.245.14.149
|
||||
|
|
Reference in a new issue