Add documentation + minor refactoring
This commit is contained in:
parent
d90c07519c
commit
77bd62f031
2 changed files with 7 additions and 3 deletions
|
@ -20,8 +20,12 @@ influxdb_hostname: 'example.org'
|
||||||
|
|
||||||
|
|
||||||
# Advanced configuration
|
# 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: true
|
||||||
#influxdb_init_username: "USERNAME"
|
#influxdb_init_username: "USERNAME"
|
||||||
#influxdb_init_password: "SUPERSECRETPASSWORD"
|
#influxdb_init_password: "SUPERSECRETPASSWORD"
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
version: v0.3.8-4
|
version: v0.3.8-4
|
||||||
name: infisical
|
name: infisical
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-influxdb.git
|
- 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
|
name: influxdb
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
|
||||||
version: v8615-0
|
version: v8615-0
|
||||||
|
|
Loading…
Reference in a new issue