Develop mode playbook
This commit is contained in:
parent
558fa2ce5c
commit
868cf75ca7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- hosts: 172.16.0.161
|
- hosts: 172.16.0.161
|
||||||
roles:
|
roles:
|
||||||
- role: /etc/ansible/roles/wazuh-ansible/roles/elastic-stack/ansible-elasticsearch
|
- role: ../roles/elastic-stack/ansible-elasticsearch
|
||||||
elasticsearch_network_host: 172.16.0.161
|
elasticsearch_network_host: 172.16.0.161
|
||||||
elasticsearch_bootstrap_node: true
|
elasticsearch_bootstrap_node: true
|
||||||
elasticsearch_cluster_nodes:
|
elasticsearch_cluster_nodes:
|
||||||
@ -10,7 +10,6 @@
|
|||||||
node_generate_certs: true
|
node_generate_certs: true
|
||||||
node_name: node-1
|
node_name: node-1
|
||||||
elasticsearch_xpack_security: true
|
elasticsearch_xpack_security: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
instances:
|
instances:
|
||||||
- name: node-1 # Important: must be equal to node name.
|
- name: node-1 # Important: must be equal to node name.
|
||||||
@ -24,7 +23,7 @@
|
|||||||
|
|
||||||
- hosts: 172.16.0.162
|
- hosts: 172.16.0.162
|
||||||
roles:
|
roles:
|
||||||
- role: /etc/ansible/roles/wazuh-ansible/roles/elastic-stack/ansible-elasticsearch
|
- role: ../roles/elastic-stack/ansible-elasticsearch
|
||||||
elasticsearch_network_host: 172.16.0.162
|
elasticsearch_network_host: 172.16.0.162
|
||||||
elasticsearch_xpack_security: true
|
elasticsearch_xpack_security: true
|
||||||
elasticsearch_node_name: node-2
|
elasticsearch_node_name: node-2
|
||||||
@ -35,7 +34,7 @@
|
|||||||
|
|
||||||
- hosts: 172.16.0.163
|
- hosts: 172.16.0.163
|
||||||
roles:
|
roles:
|
||||||
- role: /etc/ansible/roles/wazuh-ansible/roles/elastic-stack/ansible-elasticsearch
|
- role: ../roles/elastic-stack/ansible-elasticsearch
|
||||||
elasticsearch_network_host: 172.16.0.163
|
elasticsearch_network_host: 172.16.0.163
|
||||||
elasticsearch_xpack_security: true
|
elasticsearch_xpack_security: true
|
||||||
elasticsearch_node_name: node-3
|
elasticsearch_node_name: node-3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user