Ansible oVirt module

Hello everyone,
I am newbie in ansible, I now as I met it I kind of can’t do anything without it anymore :).
I have this problem at the moment, and cannot figure out how to address it.
I would need to spinup multiple vms at a time and by using ovirt_vms module.
I have create the following playbook, but just do not know how it should look like to allow me:

  • spinup a number of vms ( at choice ) at a time
  • configure incremental vm names or even hostnames ( ie: vm-001, vm-002, etc )
  • assing incremental ip addresses
  • update dns records ( maybe using nsupdate with the generated vm fqdn names / ip addresses )
    ( the template is cloud-init enabled )

This playbook works fine for spinning up one instance at a time.
Could anyone help me with this ?