/rhel_kvm_deploy

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0


Logo

KVM Deployment

Deploy KVM with Ansible for a virtualized LAB running with VIRSH.

Table of Contents

  1. About The Project

Notes

  • Templates hochladen für virsh
  • Scripttemplate von Mel
  • Backup Script von Chris
  • ansible-galaxy collection install community.libvirt
  • dnf install python3-lxml

About The Project

This Project was created to autodeploy a virtual and easy to handle LAB based on Linux. The deployment is managed by ansible and will do the following tasks:

  • Install Virsh

STEPS TO INSTALL:

  • Install NANO
  • Install VIRSH
  • Configure Network

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • RHEL 8.3 Installation
  • Registered and Subscribed to RHEL Dev Program
  • Installed all updates
    dnf update -y
  • Ansible installed
    dnf install ansible -y

Installation

  1. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  2. Install NPM packages
    npm install