refactor(standardize): fix sudoers lecture syntax, extract ssh config, remove redundant os filters
This commit is contained in:
11
README.md
11
README.md
@@ -149,11 +149,12 @@ all:
|
||||
|
||||
These top-level variables sit outside the `system`/`hypervisor` dictionaries.
|
||||
|
||||
| Variable | Type | Description |
|
||||
| ------------ | ------ | ------------------------------------------------ |
|
||||
| `boot_iso` | string | Path to the boot ISO image (required for virtual installs). |
|
||||
| `rhel_iso` | string | Path to the RHEL ISO (required when `system.os: rhel`). |
|
||||
| `custom_iso` | bool | Skip ArchISO validation and pacman setup. Default `false`. |
|
||||
| Variable | Type | Description |
|
||||
| ----------------------------------- | ------ | ------------------------------------------------ |
|
||||
| `boot_iso` | string | Path to the boot ISO image (required for virtual installs). |
|
||||
| `rhel_iso` | string | Path to the RHEL ISO (required when `system.os: rhel`). |
|
||||
| `custom_iso` | bool | Skip ArchISO validation and pacman setup. Default `false`. |
|
||||
| `thirdparty_tasks` | string | Drop-in task file included during environment setup. Default `dropins/preparation.yml`. |
|
||||
|
||||
### 4.2 `system` Dictionary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user