https://github.com/walidsa3d/ansible-kvm
An Ansible role to install KVM on Ubuntu/Debian
https://github.com/walidsa3d/ansible-kvm
ansible ansible-role kvm qemu-kvm
Last synced: 6 months ago
JSON representation
An Ansible role to install KVM on Ubuntu/Debian
- Host: GitHub
- URL: https://github.com/walidsa3d/ansible-kvm
- Owner: walidsa3d
- License: mit
- Created: 2024-07-20T17:13:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:13:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T00:33:12.753Z (over 1 year ago)
- Topics: ansible, ansible-role, kvm, qemu-kvm
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible-KVM
An Ansible role to install KVM on Ubuntu/Debian


Install
------------
```
ansible-galaxy role install walidsa3d.kvm
```
Requirements
------------
- None
Variables
--------------
- None
Dependencies
------------
- None
Example Playbook
----------------
```yaml
- hosts: all
roles:
- walidsa3d.kvm
```
License
-------
MIT