bundlewrap/nodes/htz-cloud/sewfile.py

46 lines
1.1 KiB
Python
Raw Normal View History

2020-04-13 07:53:40 +00:00
# this node runs only seafile. Seafile and the mysql server are not
# managed by bundlewrap.
nodes['htz-cloud.sewfile'] = {
2020-08-18 13:27:55 +00:00
'bundles': {
2020-04-13 07:53:40 +00:00
'seafile',
2020-08-18 13:27:55 +00:00
},
'groups': {
2020-11-21 09:55:09 +00:00
'debian-buster',
'webserver',
},
2020-04-13 07:53:40 +00:00
'metadata': {
'icinga_options': {
'vars.notification.sms': False,
},
'interfaces': {
'eth0': {
2020-11-09 14:16:29 +00:00
'ips': {
'116.203.205.248',
2020-11-09 14:16:29 +00:00
'2a01:4f8:c0c:c71b::1/64',
},
'gateway4': '172.31.1.1',
'gateway6': 'fe80::1',
},
},
'backups': {
'paths': {
'/mnt/seafile-data',
},
},
'nginx': {
'vhosts': {
'sewfile.franzi.business': {
'extras': True,
'website_check_path': '/accounts/login/',
'website_check_string': 'Username',
},
2020-06-01 08:26:37 +00:00
},
},
'vm': {
'cpu': 1,
'ram': 2,
}
2020-04-13 07:53:40 +00:00
},
}