From 2ccf20e70715acd02f86415a61341476ef2c2f14 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 7 Sep 2021 01:54:25 +0200 Subject: add influxdb --- roles/influxdb/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 roles/influxdb/README.md (limited to 'roles/influxdb/README.md') diff --git a/roles/influxdb/README.md b/roles/influxdb/README.md new file mode 100644 index 0000000..0cf028c --- /dev/null +++ b/roles/influxdb/README.md @@ -0,0 +1,22 @@ +# kompetenzbolzen.stuff.influxdb + +example configuration + +``` +--- +influx: + https_enabled: true + https_cert: '/etc/ssl/certs/{{ ansible_facts.fqdn }}.pem' + https_key: '/etc/ssl/private/{{ ansible_facts.fqdn }}.key' + +influx_dbs: + - test1 + - test2 + +influx_users: + test1: + password: '1234' + grants: + - database: 'test1' + privilege: 'WRITE' +``` -- cgit v1.2.3