File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
inventory/group_vars/wazuh-manager Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ indexer_cluster_nodes:
3737instances:
3838 node1:
3939 name: "{{ groups['wazuh-manager'][0] }}"
40- ip: "{{ admin_oc_net_name | net_ip(groups['wazuh-manager'][0]) }}"
40+ ip: "{{ wazuh_manager_ip }}"
4141 role: indexer
4242
4343# Filebeat variables
Original file line number Diff line number Diff line change 44
55# Base URL of the local Pulp service.
66# Default uses the seed node's IP on the admin network.
7- pulp_url : " {{ 'https' if pulp_enable_tls | bool else 'http' }}://{{ admin_oc_net_name | net_ip(groups['seed'][0]) }}:{{ pulp_port }}"
7+ pulp_url : " {{ 'https' if pulp_enable_tls | bool else 'http' }}://{{ lookup('vars', admin_oc_net_name ~ '_ips')[groups.seed.0] }}:{{ pulp_port }}"
88
99# Port on the seed node's interface on the admin network that the Pulp service
1010# listens on.
You can’t perform that action at this time.
0 commit comments