Franziska Kunsmann
0ccb983b28
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
29 lines
704 B
Python
29 lines
704 B
Python
nodes['voc.infobeamer-cms'] = {
|
|
'hostname': 'infobeamer-cms.c3voc.de',
|
|
'bundles': {
|
|
'infobeamer-cms',
|
|
'redis',
|
|
},
|
|
'groups': {
|
|
'debian-bullseye',
|
|
'webserver',
|
|
},
|
|
'metadata': {
|
|
'backups': {
|
|
'exclude_from_backups': True,
|
|
},
|
|
'interfaces': {
|
|
'ens18': {
|
|
'ips': {
|
|
'185.106.84.31/26',
|
|
'2001:67c:20a0:e::31/64',
|
|
},
|
|
'gateway4': '185.106.84.1',
|
|
'gateway6': '2001:67c:20a0:e::1',
|
|
},
|
|
},
|
|
'icinga_options': {
|
|
'pretty_name': 'infobeamer-cms.c3voc.de',
|
|
},
|
|
},
|
|
}
|