Deploy KVM with Ansible for a virtualized LAB running with VIRSH.
- Templates hochladen für virsh
- Scripttemplate von Mel
- Backup Script von Chris
- ansible-galaxy collection install community.libvirt
- dnf install python3-lxml
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
To get a local copy up and running follow these simple steps.
- RHEL 8.3 Installation
- Registered and Subscribed to RHEL Dev Program
- Installed all updates
dnf update -y
- Ansible installed
dnf install ansible -y
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install NPM packages
npm install