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:
37
37
instances:
38
38
node1:
39
39
name: "{{ groups['wazuh-manager'][0] }}"
40
- ip: "{{ admin_oc_net_name | net_ip(groups['wazuh-manager'][0]) }}"
40
+ ip: "{{ wazuh_manager_ip }}"
41
41
role: indexer
42
42
43
43
# Filebeat variables
Original file line number Diff line number Diff line change 4
4
5
5
# Base URL of the local Pulp service.
6
6
# 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 }}"
8
8
9
9
# Port on the seed node's interface on the admin network that the Pulp service
10
10
# listens on.
You can’t perform that action at this time.
0 commit comments