bundlewrap/nodes/voc/infobeamer-cms.py
Franzi 6292dd4c71
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/infobeamer-cms: config is toml now, deploy to src/
2021-12-24 15:30:25 +01:00

37 lines
934 B
Python

nodes['voc.infobeamer-cms'] = {
'hostname': 'infobeamer-cms.c3voc.de',
'bundles': {
'infobeamer-cms',
'redis',
},
'groups': {
'debian-bullseye',
'webserver',
},
'metadata': {
'apt': {
# Move patchday to somewhere where the possibility of
# clashing with actual events is less likely.
'unattended_upgrades': {
'day': 1,
},
},
'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',
},
},
}