Red Hat Virtualization
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.rhv vars: rhv_enable_service: true tags: rhv
# Install the role ansible-galaxy install devopstoolbox.rhv # Run the playbook ansible-playbook rhv-playbook.yml
Last update: 2020-02-09