[ansible-project] Re: Need to Deploy OS using ansible playbook

2020-04-21 Thread Seth Daemen
Hello Pavan. Ansible is not a bare metal deployment tool. For bare metal you need wds with pxe of iso boot and mdt and then maybe use Ansible for the other tasks. Or make a preconfigured bootable iso or something. Op dinsdag 21 april 2020 14:21:58 UTC+2 schreef Pavan Nr: > > > our server in

[ansible-project] Re: Need to Deploy OS using ansible playbook

2020-04-21 Thread Pavan Nr
our server in dell , used below module , it's working fine i have tested already. https://github.com/dell/dellemc-openmanage-ansible-modules /idrac_os_deployment.yml but it will trigger till WinEP , from there we have to do manually ,looking for zero touch deployment scenarios like how we do

[ansible-project] Re: Need to Deploy OS using ansible playbook

2020-04-21 Thread David Foley
If the Server is an HP maybe try this Module: https://docs.ansible.com/ansible/latest/modules/hpilo_boot_module.html Or Dell IDrac https://github.com/dell/dellemc-openmanage-ansible-modules On Tuesday, April 21, 2020 at 11:17:10 AM UTC+1, Pavan Nr wrote: > > need to deploy WS2019 OS on

[ansible-project] Re: Need to Deploy OS using ansible playbook

2020-04-21 Thread Pavan Nr
need to deploy WS2019 OS on bare-metal server not in virtual machine On Tuesday, April 21, 2020 at 3:22:05 PM UTC+5:30, David Foley wrote: > > When you say deploy an OS: > > is this a bare-metal Server or a Virtual Machine on vSphere ? > > On Tuesday, April 21, 2020 at 9:16:13 AM UTC+1, Pavan

[ansible-project] Re: Need to Deploy OS using ansible playbook

2020-04-21 Thread David Foley
When you say deploy an OS: is this a bare-metal Server or a Virtual Machine on vSphere ? On Tuesday, April 21, 2020 at 9:16:13 AM UTC+1, Pavan Nr wrote: > > Hi All, > > any one experimented how to deploy OS using playbook ? > how to call WDS Server using ansible playbook? > > if anyone done ,