diff --git a/host_vars/weizen.binary.kitchen b/host_vars/weizen.binary.kitchen new file mode 100644 index 0000000..3c4b8eb --- /dev/null +++ b/host_vars/weizen.binary.kitchen @@ -0,0 +1,6 @@ +--- + +ntp_servers: +- ptbtime1.ptb.de +- ntp1.rrze.uni-erlangen.de +- ntps1-0.cs.tu-berlin.de diff --git a/hosts b/hosts index 1d797cc..f4c9d49 100644 --- a/hosts +++ b/hosts @@ -9,6 +9,8 @@ pizza.binary.kitchen ansible_host=172.23.2.33 bob.binary.kitchen ansible_host=172.23.2.37 bowle.binary.kitchen ansible_host=172.23.2.62 salat.binary.kitchen ansible_host=172.23.9.61 +[auweg] +weizen.binary.kitchen ansible_host=172.23.12.61 [fan_rz] helium.binary-kitchen.net lithium.binary-kitchen.net diff --git a/roles/dns_intern/templates/bind/23.172.in-addr.arpa.zone.j2 b/roles/dns_intern/templates/bind/23.172.in-addr.arpa.zone.j2 index f2b8630..f5fb6b4 100644 --- a/roles/dns_intern/templates/bind/23.172.in-addr.arpa.zone.j2 +++ b/roles/dns_intern/templates/bind/23.172.in-addr.arpa.zone.j2 @@ -1,7 +1,7 @@ $ORIGIN 23.172.in-addr.arpa. ; base for unqualified names $TTL 1h ; default time-to-live @ IN SOA ns1.binary.kitchen. hostmaster.binary.kitchen. ( - 2021071401; serial + 2021073001; serial 1d; refresh 2h; retry 4w; expire @@ -79,6 +79,10 @@ $GENERATE 10-240 $.4 IN PTR dhcp-${0,3,d}-04.binary.kitchen. ; VPN RZ (ER-X) 1.10 IN PTR wg0.erx-rz.binary.kitchen. $GENERATE 2-254 $.10 IN PTR vpn-${0,3,d}-10.binary.kitchen. +; Management Auweg +61.12 IN PTR weizen.binary.kitchen. +; Services Auweg +; Clients Auweg ; Point-to-Point 1.96 IN PTR v400.erx-bk.binary.kitchen. 2.96 IN PTR v400.core.binary.kitchen. diff --git a/roles/dns_intern/templates/bind/binary.kitchen.zone.j2 b/roles/dns_intern/templates/bind/binary.kitchen.zone.j2 index 48bb5aa..8e585ea 100644 --- a/roles/dns_intern/templates/bind/binary.kitchen.zone.j2 +++ b/roles/dns_intern/templates/bind/binary.kitchen.zone.j2 @@ -1,7 +1,7 @@ $ORIGIN binary.kitchen ; base for unqualified names $TTL 1h ; default time-to-live @ IN SOA ns1.binary.kitchen. hostmaster.binary.kitchen. ( - 2021071401; serial + 2021073001; serial 1d; refresh 2h; retry 4w; expire @@ -96,6 +96,10 @@ switch0.erx-rz IN A 172.23.9.1 salat IN A 172.23.9.61 salat-bmc IN A 172.23.9.81 ; Services RZ +; Management Auweg +weizen IN A 172.23.12.61 +; Services Auweg +; Clients Auweg ; VPN RZ (ER-X) wg0.erx-rz IN A 172.23.10.1 $GENERATE 2-254 vpn-${0,3,d}-10 IN A 172.23.10.$ diff --git a/site.yml b/site.yml index fdc29ae..fc130dc 100644 --- a/site.yml +++ b/site.yml @@ -13,7 +13,7 @@ - uau - name: Setup Proxmox VE hosts - hosts: [salat.binary.kitchen, wurst.binary.kitchen] + hosts: [salat.binary.kitchen, wurst.binary.kitchen, weizen.binary.kitchen] roles: - pvessl