roles/opendistro-kibana: remove unused variable elasticsearch_nodes
This commit is contained in:
parent
b928bc81fe
commit
200efb981c
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
# Kibana configuration
|
# Kibana configuration
|
||||||
elasticsearch_http_port: 9200
|
elasticsearch_http_port: 9200
|
||||||
elasticsearch_nodes: |-
|
|
||||||
{% for item in groups['es_cluster'] -%}
|
|
||||||
{{ hostvars[item]['ip'] }}{% if not loop.last %}","{% endif %}
|
|
||||||
{%- endfor %}
|
|
||||||
elastic_api_protocol: https
|
elastic_api_protocol: https
|
||||||
kibana_conf_path: /etc/kibana
|
kibana_conf_path: /etc/kibana
|
||||||
kibana_node_name: node-1
|
kibana_node_name: node-1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user