Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Infrastructure as Code (IaC) with Ansible role for installing Ovirt Guest Agent

Awesome Lists containing this project

README

        

[![Ansible Galaxy](https://img.shields.io/badge/Ansible%20Galaxy-oVirt%20SGuestAgent-blue.svg)](https://galaxy.ansible.com/wluisaraujo/ovirtguestagent) [![Build Status](https://travis-ci.org/wluisaraujo/ansible-role-ovirtguestagent.svg?branch=master)](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
...
```

----------------
[![Licence](https://img.shields.io/badge/License-GPL%20v3-red.svg)](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)