As and when if wanted to run this playbooks, we need the target machine to be passwordless SSH, right now, only BMC access is there, no package can be installed,
SO how we can run this with inventory.
Somethins like this:-
[bmc]
bmc1 ansible_host=192.168.1.100
[bmc:vars]
ilo_user=your_ilo_username
ilo_password=your_ilo_password
As and when if wanted to run this playbooks, we need the target machine to be passwordless SSH, right now, only BMC access is there, no package can be installed,
SO how we can run this with inventory.
Somethins like this:-