basically, you’re asking “how to provision servers with ansible” - when they are deployed, opennebula is out of the equation.
Opennebula just deploys them, with a ansible user and ssh key if you want (defined in context), and the provisioning part is done with the playbooks you define using ansible. If you get opennebula to deploy a VM with the ansible user and key, all you need to do is apply your playbooks
Hi,
is anyone used ansible to provision vm’s in opennebula?
Ansible 2.6 is having opennebula module, but I am not sure how to use it.
where to provide opennebula details like, username, password, url etc… please help.