Red Hat Virtualization

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Red Hat Virtualization

As a: Virtualization Engineer

I want to: provision VMs on RHV

So that: run my servers.

Using the role

Using the role in a playbook
---
- name: Install rhv
  hosts: all

  tasks:
    - name: rhv is configured
      import_role:
        name: crivetimihai.rhv
      vars:
        rhv_enable_service: true
      tags: rhv
# Install the role
ansible-galaxy install crivetimihai.rhv

# Run the playbook
ansible-playbook rhv-playbook.yml

Last update: 2020-02-04