ArchLinux:KVM: Difference between revisions
From Wiki³
mNo edit summary |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{TitleIcon|arch=true}} KVM on Arch Linux}}<metadesc>How to use | {{DISPLAYTITLE:{{TitleIcon|arch=true}} KVM on Arch Linux}}<metadesc>How to use KVMs on Arch Linux with Ansible, libvirt and vagrant.</metadesc> | ||
<div id="tocalign">__TOC__</div> | <div id="tocalign">__TOC__</div> | ||
{{Back|Arch Linux}} | {{Back|Arch Linux}} |
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 |