Skip to content

Commit

Permalink
Fixes required auth for ksushy (#8754)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Vazquez <mavazque@redhat.com>
  • Loading branch information
mvazquezc authored Nov 5, 2024
1 parent 008978f commit 143877e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@
- name: Ensure ksushy is listening for redfish connections
ansible.builtin.uri:
url: https://infra.{{ lab_network_domain }}:9000/redfish/v1/Systems/local/hosted-worker0
force_basic_auth: true
user: admin
password: admin
method: GET
status_code: 200
validate_certs: false
Expand Down

0 comments on commit 143877e

Please sign in to comment.