nodes/doc.lon1.icinga2: add node
This commit is contained in:
parent
007a617785
commit
1cd5476398
2 changed files with 29 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue