https://github.com/wluisaraujo/ansible-role-ovirtguestagent
Infrastructure as Code (IaC) with Ansible role for installing Ovirt Guest Agent
https://github.com/wluisaraujo/ansible-role-ovirtguestagent
ansible ansible-role ovirt-guest-agent
Last synced: 3 months ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for installing Ovirt Guest Agent
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-ovirtguestagent
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2019-04-12T15:14:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:11:46.000Z (over 5 years ago)
- Last Synced: 2025-01-18T14:29:27.702Z (5 months ago)
- Topics: ansible, ansible-role, ovirt-guest-agent
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/ovirtguestagent) [](https://travis-ci.org/wluisaraujo/ansible-role-ovirtguestagent)
---
# IaC: with [Ansible](https://www.ansible.com) role to install and configure [oVirtGuestAgent](https://www.ovirt.org)
------------Description
------------* Ansible for oVirt Guest Agent
Requirements
------------*
Installation
------------```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.ovirtguestagent
```Role Variables
--------------[defaults/main.yml](defaults/main.yml)
Dependencies
------------* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- ovirtguestagent
...
```----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)