Minor format changes on production ready

This commit is contained in:
Alberto R 2022-03-04 09:40:27 +01:00
parent 1932f683a8
commit 3919e55503
No known key found for this signature in database
GPG Key ID: A3B78DD9E2FD8B94

View File

@ -46,7 +46,7 @@
tags: tags:
- generate-certs - generate-certs
#Wazuh Indexer Cluster # Wazuh indexer cluster
- hosts: wi_cluster - hosts: wi_cluster
strategy: free strategy: free
roles: roles:
@ -154,7 +154,7 @@
- "{{ hostvars.wi2.private_ip }}" - "{{ hostvars.wi2.private_ip }}"
- "{{ hostvars.wi3.private_ip }}" - "{{ hostvars.wi3.private_ip }}"
#Indexer+Dashboard node # Indexer + dashboard node
- hosts: dashboard - hosts: dashboard
roles: roles:
- role: "../roles/opensearch/wazuh-indexer" - role: "../roles/opensearch/wazuh-indexer"