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
|
|
|
},
|
2020-06-01 09:04:51 +00:00
|
|
|
'groups': {
|
|
|
|
'webserver',
|
|
|
|
},
|
2020-04-13 07:53:40 +00:00
|
|
|
'metadata': {
|
2020-09-20 16:35:35 +00:00
|
|
|
'interfaces': {
|
|
|
|
'eth0': {
|
2020-11-09 14:16:29 +00:00
|
|
|
'ips': {
|
2020-10-27 17:15:01 +00:00
|
|
|
'116.203.205.248',
|
2020-11-09 14:16:29 +00:00
|
|
|
'2a01:4f8:c0c:c71b::1/64',
|
2020-09-20 16:35:35 +00:00
|
|
|
},
|
|
|
|
'gateway4': '172.31.1.1',
|
|
|
|
'gateway6': 'fe80::1',
|
|
|
|
},
|
|
|
|
},
|
2020-06-01 09:35:56 +00:00
|
|
|
'nginx': {
|
|
|
|
'vhosts': {
|
|
|
|
'sewfile.franzi.business': {
|
|
|
|
'extras': True,
|
2020-11-10 10:26:49 +00:00
|
|
|
'website_check_path': '/accounts/login/',
|
|
|
|
'website_check_string': 'Username',
|
2020-06-01 09:35:56 +00:00
|
|
|
},
|
2020-06-01 08:26:37 +00:00
|
|
|
},
|
|
|
|
},
|
2020-08-30 08:32:54 +00:00
|
|
|
'vm': {
|
|
|
|
'cpu': 1,
|
|
|
|
'ram': 2,
|
|
|
|
}
|
2020-04-13 07:53:40 +00:00
|
|
|
},
|
2020-08-29 19:09:42 +00:00
|
|
|
'os': 'debian',
|
2020-10-09 16:28:30 +00:00
|
|
|
'os_version': (10,),
|
2020-04-13 07:53:40 +00:00
|
|
|
}
|