Add firewalld_enabled toggle

This commit is contained in:
2026-01-02 11:25:40 +01:00
parent f46dea0748
commit f9a8791b4d
6 changed files with 24 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ Global variables apply across your Ansible project and are loaded from `vars.yml
| `custom_iso` (optional) | Skip ArchISO checks and pacman setup on installer media. | `true`, `false (default)` |
| `cis` (optional) | Adjusts the installation to be CIS level 3 conformant. | `true`, `false (default)` |
| `selinux` (optional) | Toggle SELinux where supported. | `true (default)`, `false` |
| `firewalld_enabled` (optional) | Toggle firewalld package/service enablement. | `true (default)`, `false` |
### 2.2 Hypervisor Access (virtual installs)