nodes/doc.lon1.icinga2: add node
This commit is contained in:
parent
007a617785
commit
1cd5476398
2 changed files with 29 additions and 0 deletions
|
@ -9,6 +9,10 @@ $ORIGIN kunbox.net.
|
||||||
IN MX 10 mx0
|
IN MX 10 mx0
|
||||||
IN TXT v=spf1 a mx ~all
|
IN TXT v=spf1 a mx ~all
|
||||||
|
|
||||||
|
; NODE digitalocean.lon1.icinga2
|
||||||
|
icinga2.lon1.doc IN A 165.232.42.173
|
||||||
|
IN AAAA 2a03:b0c0:1:e0::665:8001
|
||||||
|
|
||||||
; NODE gce.bind01
|
; NODE gce.bind01
|
||||||
bind01.gce IN A 34.89.208.78
|
bind01.gce IN A 34.89.208.78
|
||||||
ns-3 IN A 34.89.208.78
|
ns-3 IN A 34.89.208.78
|
||||||
|
|
25
nodes/doc/lon1/icinga2.py
Normal file
25
nodes/doc/lon1/icinga2.py
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
nodes['doc.lon1.icinga2'] = {
|
||||||
|
'bundles': set(),
|
||||||
|
'groups': {
|
||||||
|
'webserver',
|
||||||
|
},
|
||||||
|
'metadata': {
|
||||||
|
'apt': {
|
||||||
|
'repos': {
|
||||||
|
'buster-backports': {
|
||||||
|
'install_gpg_key': False, # default debian signing key
|
||||||
|
'items': [
|
||||||
|
'deb http://deb.debian.org/debian buster-backports main',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'nginx': {
|
||||||
|
'vhosts': {
|
||||||
|
'icinga.franzi.business': {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'os': 'debian',
|
||||||
|
'os_release': 'buster',
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue