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.
