From 77bd62f03136be5d350c5e153ee61d5889e96c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Thu, 29 Jun 2023 09:26:24 +0200 Subject: [PATCH] Add documentation + minor refactoring --- docs/services/influxdb.md | 8 ++++++-- requirements.yml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/services/influxdb.md b/docs/services/influxdb.md index c08eb3c..5f483f9 100644 --- a/docs/services/influxdb.md +++ b/docs/services/influxdb.md @@ -20,8 +20,12 @@ influxdb_hostname: 'example.org' # Advanced configuration -# To bootstrap an initial user, bucket and organization you can uncomment and replace - +# Configure the inital user, organization and bucket +# +# This setting will only be used once upon initial installation of influxdb. Changing this values +# after the first start of influxdb will have no effect. +# Not setting this will allow you to manually set these by visiting the domain you set in influxdb_hostname +# after installation. #influxdb_init: true #influxdb_init_username: "USERNAME" #influxdb_init_password: "SUPERSECRETPASSWORD" diff --git a/requirements.yml b/requirements.yml index f6e386f..a9ab821 100644 --- a/requirements.yml +++ b/requirements.yml @@ -84,7 +84,7 @@ version: v0.3.8-4 name: infisical - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-influxdb.git - version: v2.7.0-2 + version: v2.7.0-3 name: influxdb - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git version: v8615-0