ArchLinux:KVM: Difference between revisions
From Wiki³
Line 3: | Line 3: | ||
{{Back|Arch Linux}} | {{Back|Arch Linux}} | ||
= {{Icon24|sitemap}} Introduction = | = {{Icon24|sitemap}} Introduction = | ||
This is a tutorial on how to setup KVMs on Arch Linux using Ansible and vagrant-libvirt with QEMU as a back-end. | |||
== {{Icon|notebook}} Installation == | |||
Before getting started there are a few packages that will be needed to set all of this up. | |||
{{Console|1=pacaur -S qemu qemu-arch-extra vagrant}} | |||
= {{Icon24|book-brown}} References = | = {{Icon24|book-brown}} References = |
Revision as of 14:25, 6 August 2017
Back to Category:Arch Linux
Introduction
This is a tutorial on how to setup KVMs on Arch Linux using Ansible and vagrant-libvirt with QEMU as a back-end.
Installation
Before getting started there are a few packages that will be needed to set all of this up.
# pacaur -S qemu qemu-arch-extra vagrant |