kayobe/ansible/roles/drac-boot-mode/vars/main.yml

9 lines
220 B
YAML

---
# List of valid DRAC boot modes.
drac_boot_mode_valid_modes:
- "bios"
- "uefi"
# Message emitted by the DRAC which can be retried.
drac_boot_mode_busy_message: "ERROR: Lifecycle Controller is currently in use."