Skip to content
Snippets Groups Projects
Commit 24d4891c authored by Erik Reid's avatar Erik Reid
Browse files

install kvm packages

parent 2dc8cefd
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
hosts: dev_environments hosts: dev_environments
become: true become: true
roles: roles:
- kvm
- containerlab - containerlab
- name: System Setup - name: System Setup
......
- name: Install Packages
ansible.builtin.apt:
pkg:
- qemu-kvm
- virt-manager
- libvirt-daemon-system
- virtinst
- libvirt-clients
- bridge-utils
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment