From 111cb79f2f17afe27dfa429203ab2864b87eeeff Mon Sep 17 00:00:00 2001 From: Sandwich Date: Wed, 30 Oct 2024 00:49:37 +0100 Subject: [PATCH] Add missing RHEL variable examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3627516..6f43078 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Inventory variables are defined for individual hosts or VMs in the inventory fil | `cis` (optional) | Adjusts the installation to be CIS level 3 conformant. | `true`, `false` | | `filesystem` | Filesystem type for the VM's primary storage. | `btrfs`, `ext4`, `xfs` | | `hostname` | The hostname assigned to the virtual machine or system. | `vm01` | -| `os` | Operating system to be installed on the VM. | `archlinux`, `almalinux`, `debian11`, `debian12`, `fedora`, `rocky`, `ubuntu`, `ubuntu-lts` | +| `os` | Operating system to be installed on the VM. | `archlinux`, `almalinux`, `debian11`, `debian12`, `fedora`, `rhel8`, `rhel9`, `rocky`, `ubuntu`, `ubuntu-lts` | | `root_password` | Root password for the VM or system, used for initial setup or secure access. | `SecurePass123` | | `user_name` | Username for a user account within the VM, often used with cloud-init. | `adminuser` | | `user_password` | Password for the user account within the VM. | `UserPass123` |