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
66c676cb
Commit
66c676cb
authored
May 27, 2016
by
Ross McDonald
Browse files
Default the bind hostname to empty string.
parent
9617778f
Changes
1
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
66c676cb
...
...
@@ -17,7 +17,7 @@ influxdb_load_sample_data: no
influxdb_sample_database_name
:
sample_database
influxdb_sample_measurement_name
:
random_ints
influxdb_bind_hostname
:
"
{{
ansible_hostname
}}"
influxdb_bind_hostname
:
'
'
influxdb_install_python_client
:
no
...
...
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