Skip to content

Commit

Permalink
fix(ansible): add redfish BIOS get attrs
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 17, 2024
1 parent 0c8e7f8 commit ff45218
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
password: "{{ ansible_password }}"
register: result

- name: Get BIOS attributes
community.general.redfish_info:
category: Systems
command: GetBiosAttributes
baseuri: "{{ ansible_host }}"
username: "{{ ansible_user | default(ansible_env.USER) }}"
password: "{{ ansible_password }}"

- name: Set up for OPI LAB environment
hosts: hostservers,DPUs,Management
become: yes
Expand Down

0 comments on commit ff45218

Please sign in to comment.