Skip to content

Commit

Permalink
fix: bmc reboot add 60 sec timeout when sending cmd
Browse files Browse the repository at this point in the history
Fixes #81 

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 7, 2024
1 parent bb433ec commit bc84837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/bmc_reboot/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
community.general.redfish_command:
category: Manager
command: GracefulRestart
timeout: 60
baseuri: "{{ inventory_hostname }}"
username: "{{ dpu_bmc_username }}"
password: "{{ dpu_bmc_password }}"
Expand All @@ -40,6 +41,7 @@
community.general.redfish_command:
category: Manager
command: GracefulRestart
timeout: 60
baseuri: "{{ inventory_hostname }}"
auth_token: "{{ dpu_bmc_token }}"

Expand Down

0 comments on commit bc84837

Please sign in to comment.