bundlewrap/nodes/htz-cloud/miniserver.py

48 lines
1.1 KiB
Python
Raw Normal View History

2021-02-20 14:56:54 +00:00
# sophie's miniserver
# mostly unmanaged
nodes['htz-cloud.miniserver'] = {
'groups': {
'debian-buster',
'webserver',
},
'metadata': {
'dummy': True,
'interfaces': {
'eth0': {
'ips': {
'157.90.20.62',
'2a01:4f8:c2c:840f::1/64',
},
'gateway4': '172.31.1.1',
'gateway6': 'fe80::1',
},
},
'apt': {
'packages': {
'weechat': {},
'weechat-core': {},
'weechat-curses': {},
'weechat-perl': {},
'weechat-plugins': {},
'weechat-python': {},
'weechat-ruby': {},
},
},
'backups': {
'exclude_from_backups': True,
},
'exclude_from_monitoring': True,
'nginx': {
'vhosts': {
'i.sophies-kitchen.eu': {
},
},
},
'vm': {
'cpu': 2,
'ram': 4,
}
},
}