11 lines
326 B
Text
11 lines
326 B
Text
|
{{ 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"
|