sbaerlocher / ansible.ovirt-guest-agent

Ansible role for installing Ovirt Guest Agent on installs RHEL/CentOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: Ovirt Guest Agent

Build Status license Ansible Galaxy Ansible Role

Description

Ansible role for installing Ovirt Guest Agent on installs RHEL/CentOS.

Installation

ansible-galaxy install sbaerlocher.ovirt-guest-agent

Requirements

This role requires Ansible 2 or higher, and platform requirements are listed in the metadata file.

Role Variables

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

Dependencies

To install the agent for Windows, the role sbaerlocher.virtio must be installed.

Example Playbook

- hosts: all
  roles:
    - sbaerlocher.ovirt-guest-agent

Changelog

1.4

  • Many fixes

1.3

  • add windows support

1.2

  • add new role ckeck
  • remove eple repo

1.1

  • add debian support
  • add new syntax
  • add tags
  • fix bugs

1.0

  • initial release

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2020, Simon Bärlocher

About

Ansible role for installing Ovirt Guest Agent on installs RHEL/CentOS.

License:MIT License