Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sol1 Ansible Roles
sol1-influxdb
Commits
7bc839ac
Commit
7bc839ac
authored
Mar 28, 2019
by
Tomasz Szuster
Committed by
Ross McDonald
Mar 28, 2019
Browse files
Added missing https certificate key to influxdb.conf (#17)
parent
9f28f12f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
7bc839ac
...
...
@@ -6,3 +6,4 @@ venv/
*rpm
scratch/
.bundle/
.idea/
defaults/main.yml
View file @
7bc839ac
...
...
@@ -93,6 +93,7 @@ influxdb_http_write_tracing: "false"
influxdb_http_pprof_enabled
:
"
false"
influxdb_http_https_enabled
:
"
false"
influxdb_http_https_certificate
:
/etc/ssl/influxdb.pem
influxdb_http_https_certificate_key
:
/etc/ssl/influxdb_key.pem
## Graphite Settings
influxdb_graphite_enabled
:
"
false"
...
...
templates/influxdb.conf.j2
View file @
7bc839ac
...
...
@@ -146,6 +146,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
pprof-enabled = {{ influxdb_http_pprof_enabled }}
https-enabled = {{ influxdb_http_https_enabled }}
https-certificate = "{{ influxdb_http_https_certificate }}"
https-private-key= "{{ influxdb_http_https_certificate_key }}"
###
### [[graphite]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment