Dashboard yml renamed
This commit is contained in:
parent
501bb9c13f
commit
e5ed0f52ac
@ -62,7 +62,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
|
||||
│ │ ├── wazuh-kibana.yml
|
||||
│ │ ├── wazuh-manager-oss.yml
|
||||
│ │ ├── wazuh-manager.yml
|
||||
│ │ ├── wazuh-opensearch-dashboard.yml
|
||||
│ │ ├── wazuh-opensearch-opensearch_dashboards.yml
|
||||
| | ├── wazuh-opensearch-production-ready
|
||||
│ │ ├── wazuh-opensearch-single.yml
|
||||
│ │ ├── wazuh-opensearch.yml
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
- name: Remove Dashboard configuration file
|
||||
file:
|
||||
# noqa 503
|
||||
path: "{{ dashboard_conf_path }}/dashboard.yml"
|
||||
path: "{{ dashboard_conf_path }}/opensearch_dashboards.yml"
|
||||
state: absent
|
||||
tags: install
|
||||
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
- name: Copy Configuration File
|
||||
template:
|
||||
src: "templates/dashboard.yml.j2"
|
||||
dest: "{{ dashboard_conf_path }}/dashboard.yml"
|
||||
src: "templates/opensearch_dashboards.yml.j2"
|
||||
dest: "{{ dashboard_conf_path }}/opensearch_dashboards.yml"
|
||||
group: wazuh-dashboard
|
||||
owner: wazuh-dashboard
|
||||
mode: 0640
|
||||
|
||||
Loading…
Reference in New Issue
Block a user