Okay, thanks for the clarification!
On Wed, Jan 15, 2014 at 12:44 PM, Michael DeHaan <[email protected]>wrote: > No, the virt ansible module originated from code in Func long ago and is > pretty basic. It predates libvirt's configuration of networking, storage, > thermostats, and ability to facetweet to instatube. > > I'd welcome additions however, though I'd question if maybe it needs to be > in a 'libvirt_network' module to keep the arguments from intermixing. > > > > > On Wed, Jan 15, 2014 at 1:05 PM, Andrew Martin > <[email protected]>wrote: > >> Hello, >> >> As part of a playbook I'm writing for creating a KVM virtualization >> server, I'd also like to create a new virtual network for VMs to use. The >> commands I would normally run to do this are: >> virsh net-define /path/to/mynetwork-config.xml >> virsh net-autostart mynetwork >> virsh net-start mynetwork >> >> Is there a way that I can run these commands with the virt Ansible >> module? It says that it can support other libvirt commands, but I am unsure >> how to execute them? >> >> Thanks, >> >> Andrew >> >> -- >> 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]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Michael DeHaan <[email protected]> > CTO, AnsibleWorks, Inc. > http://www.ansibleworks.com/ > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-project/ll6Hs9CaRdY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
