From 946a705eb9cb90442bac7458d7c02189fdf75852 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Fri, 22 Mar 2024 05:11:09 +0100 Subject: [PATCH] Add additional info to the README --- README.md | 7 +++++++ roles/virtualization/tasks/proxmox.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64310f5..95fd9a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# Info +Most of the roles are adaptable for use with systems beyond ArchLinux, requiring only that the target system can install a necessary package manager, such as `dnf` for RHEL-based systems. Additionally, a replacement for the `arch-chroot` command may be required for these systems. + +**NOTE**: +- RHEL Systems are not currently supported due to restricted access to their repositories. + A workaround could involve using an ISO as a local repository or setting up a proxy repository to facilitate access. + # Documentation ## Table of Contents diff --git a/roles/virtualization/tasks/proxmox.yml b/roles/virtualization/tasks/proxmox.yml index 1bc7180..4e3b5d4 100644 --- a/roles/virtualization/tasks/proxmox.yml +++ b/roles/virtualization/tasks/proxmox.yml @@ -13,7 +13,7 @@ cpu: "host" cores: "{{ vm_cpus }}" # Number of CPU cores memory: "{{ vm_memory }}" # Memory size in MB - balloon: "{{ vm_ballo | default(omit) }}" + balloon: "{{ vm_ballo | default(omit) }}" # Minimum Memory size in MB numa_enabled: true hotplug: "network,disk" bios: ovmf