---
###############################################################################
# Monitoring node BIOS configuration.

# Dict of monitoring node BIOS options. Format is same as that used by
# stackhpc.drac role.
bios_config: >
  {{ controller_bios_config
     if inventory_hostname in groups['controllers'] else
     monitoring_bios_config }}
