sophies-stuff #36
1 changed files with 47 additions and 0 deletions
47
nodes/htz-cloud/miniserver.py
Normal file
47
nodes/htz-cloud/miniserver.py
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
# 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,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue