hosts: Add zbx0.pyrocufflink.blue
The host *zbx0.pyrocufflink.blue* (a Raspberry Pi) runs the Zabbix server and web UI. It has a reserved IPv4 address to simplify reverse DNS management for now, since Samba's dynamic DNS client does not register PTR records.jenkins-master
parent
9ace01788a
commit
3bbe5aee6a
|
@ -97,6 +97,9 @@ dhcp_reservations:
|
||||||
- host: dns0.pyrocufflink.blue
|
- host: dns0.pyrocufflink.blue
|
||||||
ip_addr: 172.30.0.4
|
ip_addr: 172.30.0.4
|
||||||
mac_addr: 52:54:00:b8:8b:64
|
mac_addr: 52:54:00:b8:8b:64
|
||||||
|
- host: zbx0.pyrocufflink.blue
|
||||||
|
ip_addr: 172.30.0.7
|
||||||
|
duid: ff:4a:0e:44:56:00:02:00:00:ab:11:ef:11:04:5c:28:85:54:96
|
||||||
|
|
||||||
|
|
||||||
dhcp_ddns_keys:
|
dhcp_ddns_keys:
|
||||||
|
|
2
hosts
2
hosts
|
@ -6,6 +6,7 @@ cm0.pyrocufflink.blue
|
||||||
dc0.pyrocufflink.blue
|
dc0.pyrocufflink.blue
|
||||||
dc1.pyrocufflink.blue
|
dc1.pyrocufflink.blue
|
||||||
dns0.pyrocufflink.blue
|
dns0.pyrocufflink.blue
|
||||||
|
zbx0.pyrocufflink.blue
|
||||||
|
|
||||||
[samba-dc]
|
[samba-dc]
|
||||||
dc0.pyrocufflink.blue
|
dc0.pyrocufflink.blue
|
||||||
|
@ -36,6 +37,7 @@ cm0.pyrocufflink.blue
|
||||||
cm0.pyrocufflink.blue
|
cm0.pyrocufflink.blue
|
||||||
|
|
||||||
[zabbix-server]
|
[zabbix-server]
|
||||||
|
zbx0.pyrocufflink.blue
|
||||||
|
|
||||||
[postgresql:children]
|
[postgresql:children]
|
||||||
zabbix-server
|
zabbix-server
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
33653135636531616264383363303461663365366436323166643038663538613935326432623064
|
||||||
|
6432303330383334373663396634326530386261623661330a333939353030386338353631616137
|
||||||
|
65653531303732646363633361333734373366653338326664306233383435376166303963646634
|
||||||
|
6634626134336663360a336435326437323537313338613731383566653231666632656231636633
|
||||||
|
35373638306564636330633736346563326438383366623264656634623561663538373631323430
|
||||||
|
35653235326361616431386563623333303666306364393839613233643530383430313637396462
|
||||||
|
306432636361663933383530303264656333
|
Loading…
Reference in New Issue