Add examples of bootstrap settings
This commit is contained in:
parent
a213ee7d4a
commit
f082428173
|
@ -144,6 +144,11 @@ bootstrap:
|
||||||
# password will be set later by the Ansible roles.
|
# password will be set later by the Ansible roles.
|
||||||
redfish: yes # Can system BMC support Redfish?
|
redfish: yes # Can system BMC support Redfish?
|
||||||
# NOTE: This is optional; Redfish will be probed if missing.
|
# NOTE: This is optional; Redfish will be probed if missing.
|
||||||
|
bios_settings: # Optional: Adjust the system BIOS settings, settings must exist to apply
|
||||||
|
BootMode: Uefi # Set BootMode to Uefi
|
||||||
|
SecureBoot: Disabled # Disable SecureBoot
|
||||||
|
manager_settings: # Optional: Adjust manager (iDRAC, etc.) settings
|
||||||
|
IPMILan.1.Enable: Enabled # Enable IPMI-over-LAN (Dell R6515 naming)
|
||||||
# Second node
|
# Second node
|
||||||
"68:b5:99:12:34:78": # BMC MAC Address (from asset tag, etc.)
|
"68:b5:99:12:34:78": # BMC MAC Address (from asset tag, etc.)
|
||||||
node: # Node information
|
node: # Node information
|
||||||
|
@ -166,6 +171,11 @@ bootstrap:
|
||||||
# will be set later by the Ansible roles.
|
# will be set later by the Ansible roles.
|
||||||
redfish: yes # Can system BMC support Redfish?
|
redfish: yes # Can system BMC support Redfish?
|
||||||
# NOTE: This is optional; Redfish will be probed if missing.
|
# NOTE: This is optional; Redfish will be probed if missing.
|
||||||
|
bios_settings: # Optional: Adjust the system BIOS settings, settings must exist to apply
|
||||||
|
BootMode: Uefi # Set BootMode to Uefi
|
||||||
|
SecureBoot: Disabled # Disable SecureBoot
|
||||||
|
manager_settings: # Optional: Adjust manager (iDRAC, etc.) settings
|
||||||
|
IPMILan.1.Enable: Enabled # Enable IPMI-over-LAN (Dell R6515 naming)
|
||||||
# Third node
|
# Third node
|
||||||
"18:a9:05:12:45:90": # BMC MAC Address (from asset tag, etc.)
|
"18:a9:05:12:45:90": # BMC MAC Address (from asset tag, etc.)
|
||||||
node: # Node information
|
node: # Node information
|
||||||
|
@ -187,6 +197,11 @@ bootstrap:
|
||||||
# will be set later by the Ansible roles.
|
# will be set later by the Ansible roles.
|
||||||
redfish: yes # Can system BMC support Redfish?
|
redfish: yes # Can system BMC support Redfish?
|
||||||
# NOTE: This is optional; Redfish will be probed if missing.
|
# NOTE: This is optional; Redfish will be probed if missing.
|
||||||
|
bios_settings: # Optional: Adjust the system BIOS settings, settings must exist to apply
|
||||||
|
BootMode: Uefi # Set BootMode to Uefi
|
||||||
|
SecureBoot: Disabled # Disable SecureBoot
|
||||||
|
manager_settings: # Optional: Adjust manager (iDRAC, etc.) settings
|
||||||
|
IPMILan.1.Enable: Enabled # Enable IPMI-over-LAN (Dell R6515 naming)
|
||||||
|
|
||||||
# Bootstrap hooks (post-configuration)
|
# Bootstrap hooks (post-configuration)
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue