From c8d3de3d8db407439bdbf5241a75d79cee79445b Mon Sep 17 00:00:00 2001 From: Sandwich Date: Fri, 7 Feb 2025 20:50:20 +0100 Subject: [PATCH] Update README regarding SELinux --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ab5489..1f912ca 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Inventory variables are defined for individual hosts or VMs in the inventory fil | Variable | Description | Example Value | |-------------------------|-----------------------------------------------------------------------------------|----------------------------------------------------| | `cis` (optional) | Adjusts the installation to be CIS level 3 conformant. | `true`, `false` | +| `selinux` (optional) | Toggle SELinux, `false` means it should be disabled.` | `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`, `rhel8`, `rhel9`, `rocky`, `ubuntu`, `ubuntu-lts` |