Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

nefeli/ansible-kvm

 
 

Repository files navigation

ansible-kvm

An Ansible role to install KVM. Modified from the Larry J. Smith version for Nefeli.

Build Status

Build Status

Requirements

Install required Ansible roles:

sudo ansible-galaxy install -r requirements.yml

Role Variables

defaults/main.yml

Dependencies

None

Example Playbook

- hosts: kvm_hosts
  become: true
  vars:
  roles:
    - role: ansible-kvm
  tasks:

License

MIT

Author Information

Larry Smith Jr.