bundles/telegraf: introduce

This commit is contained in:
Franzi 2021-04-23 19:27:20 +02:00
parent 433754590d
commit 5e0541aef8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 107 additions and 0 deletions

View file

@ -29,6 +29,7 @@ groups['linux'] = {
'sudo',
'systemd',
'systemd-networkd',
'telegraf',
'users',
},
'metadata': {
@ -50,6 +51,12 @@ groups['linux'] = {
},
},
},
'telegraf': {
'influxdb_url': '',
'influxdb_token': '',
'influxdb_org': '',
'influxdb_bucket': '',
},
},
'pip_command': 'pip3',
}