Skip to content

Commit

Permalink
feat(role): add secure boot role
Browse files Browse the repository at this point in the history
Related to #14

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Feb 27, 2024
1 parent dd1b64b commit 4fba278
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions roles/enable_secure_boot/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2022-2024 Dell Inc, or its subsidiaries.

---
# tasks file for enable_secure_boot

- name: Enable SecureBoot
community.general.redfish_config:
category: Systems
command: EnableSecureBoot
baseuri: "{{ inventory_hostname }}"
username: "{{ dpu_bmc_username }}"
password: "{{ dpu_bmc_password }}"
delegate_to: localhost

0 comments on commit 4fba278

Please sign in to comment.