Merge pull request #580 from wazuh/514-kibana-config
Fix error in Kibana config
This commit is contained in:
commit
a3737f6712
@ -19,7 +19,6 @@
|
|||||||
# noqa 503
|
# noqa 503
|
||||||
path: "{{ kibana_conf_path }}/kibana.yml"
|
path: "{{ kibana_conf_path }}/kibana.yml"
|
||||||
state: absent
|
state: absent
|
||||||
when: install.changed
|
|
||||||
tags: install
|
tags: install
|
||||||
|
|
||||||
- import_tasks: security_actions.yml
|
- import_tasks: security_actions.yml
|
||||||
|
|||||||
@ -10,5 +10,4 @@
|
|||||||
- "{{ kibana_node_name }}_http.key"
|
- "{{ kibana_node_name }}_http.key"
|
||||||
- "{{ kibana_node_name }}_http.pem"
|
- "{{ kibana_node_name }}_http.pem"
|
||||||
tags:
|
tags:
|
||||||
- security
|
- security
|
||||||
when: install.changed
|
|
||||||
Loading…
Reference in New Issue
Block a user