IaC: with Ansible role to install and configure oVirtGuestAgent
- Ansible for oVirt Guest Agent
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.ovirtguestagent
- None
---
- hosts: localhost
vars:
- name: value
roles:
- ovirtguestagent
...