Created
April 9, 2020 20:06
-
-
Save github-somerandomguy-xyz/df22d9c0ed687a5e6691de0f87cb55aa to your computer and use it in GitHub Desktop.
install kvm packages on Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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