setup_bios role – Configure Dell BIOS

Note

This role is part of the ufrmath.computer_labs collection (version 1.0.0).

To install it use: ansible-galaxy collection install git+https://github.com/guillod/computer_labs.

To use it in a playbook, specify: ufrmath.computer_labs.setup_bios.

Entry point main – Configure Dell BIOS

Synopsis

  • Package command-configure has to be available through a custom apt repository

  • Install Dell Command | Configure application thought apt;

  • Add BIOS password if bios_password is set;

  • Get and register service tag as fact service_tag;

  • Loop over bios_settings to modify BIOS settings if not already done.

Parameters

Parameter

Comments

bios_password

string

optional BIOS modification password

bios_settings

dictionary

dict of BIOS options to modify

Default: {}