Skip to content
Snippets Groups Projects
Commit 4c41ac24 authored by root's avatar root
Browse files

replace elasticsearch/odfe/kibana with opensearch and opensearch dashboards

parent 0926febe
No related branches found
No related tags found
1 merge request!5Migrate from ODFE to OpenSearch
......@@ -45,12 +45,12 @@
roles:
- cortex
- name: Stop OpenDistro for Elasticsearch
hosts: odfeescontainers
- name: Stop Opensearch
hosts: opensearchescontainers
roles:
- odfees
- opensearches
- name: Stop OpenDistro Kibana for Elasticsearch
hosts: odfekibanacontainers
- name: Stop Opensearch
hosts: opensearchdashboardscontainers
roles:
- odfekibana
- opensearch-dashboards
......@@ -25,15 +25,15 @@
roles:
- nifi
- name: Update Configs for OpenDistro for Elasticsearch
hosts: odfeescontainers
- name: Update Configs for Opensearch
hosts: opensearchescontainers
roles:
- odfees
- opensearches
- name: Update Configs for OpenDistro Kibana for Elasticsearch
hosts: odfekibanacontainers
- name: Update Configs for Opensearch Kibana
hosts: opensearchdashboardscontainers
roles:
- odfekibana
- opensearch-dashboards
- name: Update Configs for MISP
hosts: mispcontainers
......
......@@ -23,7 +23,7 @@ for v in et.findall(".//variable"):
elif a['name']=="elastic_username":
a['value']="{{ elastic_username }}"
elif a['name']=="elastic_password":
a['value']="{{lookup('password', '{{playbook_dir}}/secrets/passwords/odfees_adminpass')}}"
a['value']="{{lookup('password', '{{playbook_dir}}/secrets/passwords/opensearches_adminpass')}}"
for v in et.findall(".//controllerService[name='Soctools CA']/property[name='Truststore Password']/value"):
v.text="{{lookup('password', '{{playbook_dir}}/secrets/passwords/truststore')}}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment