Ansible role for installing Ovirt Guest Agent on installs RHEL/CentOS.
ansible-galaxy install sbaerlocher.ovirt-guest-agent
This role requires Ansible 2 or higher, and platform requirements are listed in the metadata file.
Variable | Default | Comments (type) |
---|---|---|
ovirt_win_iso_url | https://resources.ovirt.org/pub/ovirt-4.2/iso/oVirt-toolsSetup/4.2-1.el7.centos/oVirt-toolsSetup-4.2-1.el7.centos.iso | |
ovirt_win_iso_name | oVirt-toolsSetup.iso |
To install the agent for Windows, the role sbaerlocher.virtio must be installed.
- hosts: all
roles:
- sbaerlocher.ovirt-guest-agent
- Many fixes
- add windows support
- add new role ckeck
- remove eple repo
- add debian support
- add new syntax
- add tags
- fix bugs
- initial release
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2020, Simon Bärlocher