ansible-pilote/templates/telegraf/output.conf.j2

11 lines
326 B
Text
Raw Normal View History

{{ ansible_managed | comment }}
[[outputs.influxdb]]
urls = {{ telegraf_influxdb_urls }}
database = "{{ telegraf_influxdb_database }}"
skip_database_creation = true
username = "{{ telegraf_influxdb_username }}"
password = "{{ telegraf_influxdb_password }}"
insecure_skip_verify = true
content_encoding = "gzip"