Skip to content

Instantly share code, notes, and snippets.

@roschacker
Last active March 23, 2017 11:39
Show Gist options
  • Save roschacker/aeed1c1983c275c88d9a1e29d9ee0c2f to your computer and use it in GitHub Desktop.
Save roschacker/aeed1c1983c275c88d9a1e29d9ee0c2f to your computer and use it in GitHub Desktop.
virt-ansible-role-kvm-host-mgmt-server-playbook.yaml.sh
sudo ansible all -i 'localhost,' -c local -m apt -a "pkg=ubuntu-virt-mgmt,qemu-kvm,kvm,libvirt-bin,spice-client-gtk,gir1.2-spice-client-gtk-3.0,gir1.2-spice-client-gtk-2.0 state=present"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment