2021-04-24 07:12:25 +00:00
|
|
|
nodes['htz-cloud.influxdb'] = {
|
|
|
|
'hostname': '116.203.84.44',
|
|
|
|
'bundles': {
|
2021-04-24 08:35:41 +00:00
|
|
|
'influxdb2',
|
2021-04-24 07:12:25 +00:00
|
|
|
'zfs',
|
|
|
|
},
|
|
|
|
'groups': {
|
|
|
|
'debian-buster',
|
2021-04-24 08:35:41 +00:00
|
|
|
'webserver',
|
2021-04-24 07:12:25 +00:00
|
|
|
},
|
|
|
|
'metadata': {
|
|
|
|
'interfaces': {
|
|
|
|
'eth0': {
|
|
|
|
'ips': {
|
|
|
|
'116.203.84.44',
|
|
|
|
'2a01:4f8:c0c:8d56::1/64',
|
|
|
|
},
|
|
|
|
'gateway4': '172.31.1.1',
|
|
|
|
'gateway6': 'fe80::1',
|
|
|
|
},
|
|
|
|
'ens10': {
|
|
|
|
'ips': {
|
|
|
|
'172.19.137.6/32',
|
|
|
|
},
|
|
|
|
'routes': {
|
|
|
|
# VPN
|
|
|
|
'172.19.136.0/22': {
|
|
|
|
'via': '172.19.137.1',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'backups': {
|
|
|
|
'exclude_from_backups': True,
|
|
|
|
},
|
2021-04-24 08:35:41 +00:00
|
|
|
'nginx': {
|
|
|
|
'vhosts': {
|
|
|
|
'influxdb': {
|
|
|
|
'domain': 'influxdb.kunsmann.eu',
|
|
|
|
'proxy': {
|
|
|
|
'/': {
|
|
|
|
'target': 'http://localhost:8086',
|
|
|
|
'websockets': True,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2021-04-24 07:12:25 +00:00
|
|
|
'vm': {
|
|
|
|
'cpu': 1,
|
|
|
|
'ram': 2,
|
|
|
|
},
|
|
|
|
'zfs': {
|
|
|
|
'pools': {
|
|
|
|
'tank': {
|
|
|
|
'device': '/dev/sdb',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|