nodes/htz-cloud.influxdb: add influxdb2 to node
This commit is contained in:
parent
1a0e68e2e7
commit
2f222371c3
1 changed files with 15 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
||||||
nodes['htz-cloud.influxdb'] = {
|
nodes['htz-cloud.influxdb'] = {
|
||||||
'hostname': '116.203.84.44',
|
'hostname': '116.203.84.44',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
|
'influxdb2',
|
||||||
'zfs',
|
'zfs',
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
'debian-buster',
|
'debian-buster',
|
||||||
|
'webserver',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
|
@ -31,6 +33,19 @@ nodes['htz-cloud.influxdb'] = {
|
||||||
'backups': {
|
'backups': {
|
||||||
'exclude_from_backups': True,
|
'exclude_from_backups': True,
|
||||||
},
|
},
|
||||||
|
'nginx': {
|
||||||
|
'vhosts': {
|
||||||
|
'influxdb': {
|
||||||
|
'domain': 'influxdb.kunsmann.eu',
|
||||||
|
'proxy': {
|
||||||
|
'/': {
|
||||||
|
'target': 'http://localhost:8086',
|
||||||
|
'websockets': True,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'vm': {
|
'vm': {
|
||||||
'cpu': 1,
|
'cpu': 1,
|
||||||
'ram': 2,
|
'ram': 2,
|
||||||
|
|
Loading…
Reference in a new issue