API call changed to localhost
This commit is contained in:
parent
725b764a80
commit
039ede12b8
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
- name: Wait for Wazuh indexer API (Private IP)
|
- name: Wait for Wazuh indexer API (Private IP)
|
||||||
uri:
|
uri:
|
||||||
url: "https://{{ hostvars[inventory_hostname]['private_ip'] if not single_node else indexer_network_host }}:{{ indexer_http_port }}/_cat/health/"
|
url: "https://127.0.0.1:{{ indexer_http_port }}/_cat/health/"
|
||||||
user: "admin" # Default Indexer user is always "admin"
|
user: "admin" # Default Indexer user is always "admin"
|
||||||
password: "{{ indexer_admin_password }}"
|
password: "{{ indexer_admin_password }}"
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user