Skip to content
Snippets Groups Projects
Commit 788790a7 authored by Ross McDonald's avatar Ross McDonald
Browse files

Fixed templating issue with clustering.

parent 9dd7d120
Branches
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
[admin]
enabled = {{ influxdb_admin_enabled }}
bind-address = ":{{ influxdb_admin_port }}"
bind-address = "{{ ansible_all_ipv4_addresses|last }}:{{ influxdb_admin_port }}"
https-enabled = {{ influxdb_admin_https_enabled }}
https-certificate = "{{ influxdb_admin_https_certificate }}"
......@@ -144,7 +144,7 @@ reporting-disabled = {{ influxdb_disable_reporting }}
[http]
enabled = {{ influxdb_http_enabled }}
bind-address = ":{{ influxdb_http_port }}"
bind-address = "{{ ansible_all_ipv4_addresses|last }}:{{ influxdb_http_port }}"
auth-enabled = {{ influxdb_http_auth_enabled }}
log-enabled = {{ influxdb_http_log_enabled }}
write-tracing = {{ influxdb_http_write_tracing }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment