Hi,
Need to install and configure raid1 and bios on a HP ilo server (before OS installation) by ansible playbook. Can we install raid1 and bios by CLI on a HP ILO (has to done by ansible playbook), if yes can you please give me a reference.
Thanks in advance.
I think this is the wrong question to ask. Depending on what you want
to configure in iLO, you could simply use the `uri` module to interact
with the redfish API. If you need to set up some BIOS parameters, your
best friend would be `hponcfg` from some OS (possibly during the
installation of OS). Same goes for RAID, I don't think you can easily
create it without having some OS, in our company we build our own
images with `ssacli` and create RAID as a part of %pre section of
kickstart file (we use CentOS).