Files
no-secrets-athq-ansible/roles/monitoring-master/templates/telegraf_influxdb.conf

5 lines
117 B
Plaintext

[[outputs.influxdb]]
database = "telegraf"
username = "telegraf"
password = "{{ influxdb_telegraf_password }}"