ovirt-ansible-collection icon indicating copy to clipboard operation
ovirt-ansible-collection copied to clipboard

Add templating support for oVirt authentication options in inventory plugin

Open aleskxyz opened this issue 5 months ago • 0 comments

This PR enhances the oVirt inventory plugin by adding templating support for the ovirt_url, ovirt_username, and ovirt_password authentication options. Users can now specify these values through Ansible templating or encrypted vault strings.

This enhancement provides more flexibility in configuring oVirt authentication, especially when working with dynamic inventories or secret management.

Inspired by the Proxmox inventory plugin implementation: proxmox.py#L661

aleskxyz avatar Sep 16 '24 00:09 aleskxyz