Merge pull request 'Add new Node and bundle for infobeamer-cms' (#49) from sschi-infobeamer-cms into main
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
Reviewed-on: #49
This commit is contained in:
commit
ba294f6a6c
8 changed files with 440 additions and 0 deletions
43
nodes/voc/infobeamer-cms.py
Normal file
43
nodes/voc/infobeamer-cms.py
Normal file
|
@ -0,0 +1,43 @@
|
|||
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',
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'infobeamer-cms': {
|
||||
'domain': 'infobeamer-cms.c3voc.de',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue