Skip to content

Instantly share code, notes, and snippets.

@github-somerandomguy-xyz
Created April 9, 2020 20:06
Show Gist options
  • Save github-somerandomguy-xyz/df22d9c0ed687a5e6691de0f87cb55aa to your computer and use it in GitHub Desktop.
Save github-somerandomguy-xyz/df22d9c0ed687a5e6691de0f87cb55aa to your computer and use it in GitHub Desktop.
install kvm packages on Debian
- name: install kvm packages on Debian
package:
name:
- bridge-utils
- genisoimage
- libguestfs-tools
- libnss-libvirt
- libosinfo-bin
- libvirt-clients
- libvirt-daemon-system
- libvirt-dev
- python-lxml
- python3-libvirt
- qemu-kvm
- qemu-utils
- virt-top
- virtinst
state: latest
update_cache: yes
cache_valid_time: 5400
allow_unauthenticated: yes
become: true
tags:
- packages
- kvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment