Hello Branko thank you for your reply.
I am not exactly looking at an Anaconda file.. I am looking into a simple YAML script(playbook) which works as PXE boot script. That means I have a boot server which has Ansible installed in it. I want to place the script in that boot server & remotely kickstart (build, configure ) a new centos host with KVM on physical server. I want to put all the installation steps mentioned below in that playbook but confused about the roles ,variables etc... On Monday, 9 February 2015 17:33:38 UTC+5:30, Branko Majic wrote: > > On Mon, 9 Feb 2015 03:27:34 -0800 (PST) > aditya patnaik <[email protected] <javascript:>> wrote: > > > Hi Folks, > > > > I am new to Ansible .I need help to create a boot script something like > > kickstart file using Ansible > > > > I already have a kickstart file (shown below) to install centos & KVM > on > > a physicall host. The script will run on network (PXE) i want in yaml > > format But dont know how do i go ahead :-( > > > > when i use http://www.yamllint.com/ to test --it does not show any > result. > > :-( > > > > Please help! > > > > Do you want to generate the Anaconda kickstart files using Ansible for > multiple servers, or something else? > > If you wish to generate Anaconda kickstart files using Ansible, you > can easily do so using the template module (see > http://docs.ansible.com/template_module.html). Just figure out what > options you need to parametrise in the kickstart file, and pass those > in to your playbook. > > You should go through the Ansible tutorials first, of course. > > If you're trying to do something different, some more information about > what you are trying to achieve, how you have tried to do it, and what > issues you are having would be useful in order for people to be able to > help you. > > Best regards > > -- > Branko Majic > Jabber: [email protected] <javascript:> > Please use only Free formats when sending attachments to me. > > Бранко Мајић > Џабер: [email protected] <javascript:> > Молим вас да додатке шаљете искључиво у слободним форматима. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a165e8ba-e15f-4a97-ac02-95f34363d959%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
