nodes/htz-cloud.influxdb: add influxdb2 to node

This commit is contained in:
Franzi 2021-04-24 10:35:41 +02:00
parent 1a0e68e2e7
commit 2f222371c3
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,10 +1,12 @@
nodes['htz-cloud.influxdb'] = {
'hostname': '116.203.84.44',
'bundles': {
'influxdb2',
'zfs',
},
'groups': {
'debian-buster',
'webserver',
},
'metadata': {
'interfaces': {
@ -31,6 +33,19 @@ nodes['htz-cloud.influxdb'] = {
'backups': {
'exclude_from_backups': True,
},
'nginx': {
'vhosts': {
'influxdb': {
'domain': 'influxdb.kunsmann.eu',
'proxy': {
'/': {
'target': 'http://localhost:8086',
'websockets': True,
},
},
},
},
},
'vm': {
'cpu': 1,
'ram': 2,