Re: [ansible-project] Re: HP ILO set from ansible (no OS installed)

2018-04-17 Thread Sosys
Hi Dave, thanks! On Fri, Apr 13, 2018 at 8:00 AM, Dave H wrote: > It's a python library. Create a new virtualenv, activate it, install > ansible and python-hpilo and you should be good to run your playbook > > virtualenv venv > . venv/bin/activate > pip install

[ansible-project] Re: HP ILO set from ansible (no OS installed)

2018-04-13 Thread Dave H
It's a python library. Create a new virtualenv, activate it, install ansible and python-hpilo and you should be good to run your playbook virtualenv venv . venv/bin/activate pip install ansible python-hpilo ansible-playbook -i "localhost," -c local playbook.yml On Wednesday, 11 April 2018

[ansible-project] Re: HP ILO set from ansible (no OS installed)

2018-04-11 Thread Benny Kusman
Hi Dave, So i got this stupid question, where is the library of to put this hpilo ? i was looking at https://github.com/ansible/ansible/issues/7633, but couldnt find the solution. Thank you On Tuesday, April 10, 2018 at 3:38:46 AM UTC, Dave H wrote: > > Hi Benny, > > There are a couple of

[ansible-project] Re: HP ILO set from ansible (no OS installed)

2018-04-09 Thread Benny Kusman
Hi Dave and Amarjeet, Thanks for the feedback. i will give it a try! Many thanks! On Monday, April 9, 2018 at 8:37:15 AM UTC, Benny Kusman wrote: > > Hi, > > has anyone implemented setting up HP ILO using ansible, when the server > has no OS yet ? > if the server has been installed and has

Re: [ansible-project] Re: HP ILO set from ansible (no OS installed)

2018-04-09 Thread Amarjeet Raja
Hi Benny, As far as I know, Ansible doesn't have any modules which can do inital configuration of an ILO. However, You can automate the ILO configuration using HP Oneview along with ansible. You can find the details in this url : https://h20195.www2.hpe.com/v2/getpdf.aspx/4AA6-6348ENW.pdf

[ansible-project] Re: HP ILO set from ansible (no OS installed)

2018-04-09 Thread Dave H
Hi Benny, There are a couple of development modules in the ansible docs, e.g. https://docs.ansible.com/ansible/devel/modules/hpilo_boot_module.html, but I have not used them. I use the python package from http://seveas.github.io/python-hpilo to expose a command line interface and use an