Add additional info to the README
This commit is contained in:
parent
508997ed8d
commit
946a705eb9
@ -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
|
# Documentation
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
cpu: "host"
|
cpu: "host"
|
||||||
cores: "{{ vm_cpus }}" # Number of CPU cores
|
cores: "{{ vm_cpus }}" # Number of CPU cores
|
||||||
memory: "{{ vm_memory }}" # Memory size in MB
|
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
|
numa_enabled: true
|
||||||
hotplug: "network,disk"
|
hotplug: "network,disk"
|
||||||
bios: ovmf
|
bios: ovmf
|
||||||
|
Loading…
Reference in New Issue
Block a user