Dashboard yml renamed

This commit is contained in:
Gonzalo Acuña 2022-03-02 18:55:08 -03:00
parent 501bb9c13f
commit e5ed0f52ac
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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