Jooho.kvm_provider_okd
Ansible Role: OpenShift Provider KVM
This role helps set up and configure KVM on Fedora.
Details
- Install KVM
- Create a new virtual network in KVM
- Create a new storage pool in KVM
Requirements
None
Role Variables
Name | Default Value | Required | Description |
---|---|---|---|
kvm_log_dir | /tmp/kvm | No | Location to store config/log files |
kvm_storage_pool_name | Public | No | Name of the Storage Pool |
kvm_storage_pool_dir | /var/lib/libvirt/images | No | Directory for the Storage Pool |
kvm_install_host | localhost | No | Host where KVM will be installed |
Dependencies
None
Example Playbook
- name: Example Playbook
hosts: localhost
tasks:
- include_role:
name: ansible-role-kvm-provider-okd
License
BSD/MIT
Author Information
This role was created in 2018 by Jooho Lee.