ArchLinux:KVM: Difference between revisions

From Wiki³
mNo edit summary
Line 4: Line 4:
= {{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.
This is a tutorial on how to setup KVMs on Arch Linux using Ansible and vagrant-libvirt with QEMU as a back-end.
{{Note|This tutorial is meant as a supplement to my [[ArchLinux:OVH|OVH: Custom Installation]] tutorial}}
== {{Icon|notebook}} Installation ==
== {{Icon|notebook}} Installation ==
Before getting started there are a few packages that will be needed to set all of this up.
Before getting started there are a few packages that will be needed to set all of this up.

Revision as of 15:33, 6 August 2017

Icon Introduction

This is a tutorial on how to setup KVMs on Arch Linux using Ansible and vagrant-libvirt with QEMU as a back-end.

IconThis tutorial is meant as a supplement to my OVH: Custom Installation tutorial

Icon Installation

Before getting started there are a few packages that will be needed to set all of this up.

# pacaur -S qemu-headless qemu-headless-arch-extra vagrant

Icon References