Fix cluster node rendering
This commit is contained in:
parent
8cb307064b
commit
926f4fd102
@ -100,7 +100,7 @@
|
|||||||
node_type: 'master'
|
node_type: 'master'
|
||||||
key: 'c98b62a9b6169ac5f67dae55ae4a9088'
|
key: 'c98b62a9b6169ac5f67dae55ae4a9088'
|
||||||
nodes:
|
nodes:
|
||||||
- '"{{ hostvars.manager.private_ip }}"'
|
- "{{ hostvars.manager.private_ip }}"
|
||||||
hidden: 'no'
|
hidden: 'no'
|
||||||
wazuh_api_users:
|
wazuh_api_users:
|
||||||
- username: custom-user
|
- username: custom-user
|
||||||
@ -132,7 +132,7 @@
|
|||||||
node_type: 'worker'
|
node_type: 'worker'
|
||||||
key: 'c98b62a9b6169ac5f67dae55ae4a9088'
|
key: 'c98b62a9b6169ac5f67dae55ae4a9088'
|
||||||
nodes:
|
nodes:
|
||||||
- '"{{ hostvars.manager.private_ip }}"'
|
- "{{ hostvars.manager.private_ip }}"
|
||||||
hidden: 'no'
|
hidden: 'no'
|
||||||
filebeat_output_elasticsearch_hosts:
|
filebeat_output_elasticsearch_hosts:
|
||||||
- "{{ hostvars.es1.private_ip }}"
|
- "{{ hostvars.es1.private_ip }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user