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-kibana.yml
|
||||||
│ │ ├── wazuh-manager-oss.yml
|
│ │ ├── wazuh-manager-oss.yml
|
||||||
│ │ ├── wazuh-manager.yml
|
│ │ ├── wazuh-manager.yml
|
||||||
│ │ ├── wazuh-opensearch-dashboard.yml
|
│ │ ├── wazuh-opensearch-opensearch_dashboards.yml
|
||||||
| | ├── wazuh-opensearch-production-ready
|
| | ├── wazuh-opensearch-production-ready
|
||||||
│ │ ├── wazuh-opensearch-single.yml
|
│ │ ├── wazuh-opensearch-single.yml
|
||||||
│ │ ├── wazuh-opensearch.yml
|
│ │ ├── wazuh-opensearch.yml
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
- name: Remove Dashboard configuration file
|
- name: Remove Dashboard configuration file
|
||||||
file:
|
file:
|
||||||
# noqa 503
|
# noqa 503
|
||||||
path: "{{ dashboard_conf_path }}/dashboard.yml"
|
path: "{{ dashboard_conf_path }}/opensearch_dashboards.yml"
|
||||||
state: absent
|
state: absent
|
||||||
tags: install
|
tags: install
|
||||||
|
|
||||||
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
- name: Copy Configuration File
|
- name: Copy Configuration File
|
||||||
template:
|
template:
|
||||||
src: "templates/dashboard.yml.j2"
|
src: "templates/opensearch_dashboards.yml.j2"
|
||||||
dest: "{{ dashboard_conf_path }}/dashboard.yml"
|
dest: "{{ dashboard_conf_path }}/opensearch_dashboards.yml"
|
||||||
group: wazuh-dashboard
|
group: wazuh-dashboard
|
||||||
owner: wazuh-dashboard
|
owner: wazuh-dashboard
|
||||||
mode: 0640
|
mode: 0640
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user