Deploying multiple VMs on a KVM Host

Hi Team,
I have a qcow2 image which is developed on the DEB 10 base. I am able to deploy one VM using libvirt and also by using template. I have read some blogs on this and checked videos which shows creating it by cloud-init.

Please help me understand which would be the best way to deploy 100+ VMs on a KVM Host using ansible.

Thanks In Advance !

Did you have a look at modules virt* ?

  • ansible-doc virt
  • ansible-doc virt_net
  • ansible-doc virt_pool
    BR,
    Roland