a78c9ab8e8
fix(partitioning): register swapoff result for changed_when handling
2026-02-11 23:47:36 +01:00
1dd54268be
fix(luks): complete migration of partitioning_luks_tpm2_device reference
...
The refactor in 9e7fc15 removed the partitioning_luks_tpm2_device
default but missed updating the reference in the configuration role,
causing an undefined variable error for all LUKS-enabled hosts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 23:28:05 +01:00
b42125f9b4
refactor(bootstrap): nest network fields under system.network to match main project schema
2026-02-11 23:03:37 +01:00
164f58770b
fix(bootstrap): correct changed_when on state-changing commands
2026-02-11 21:06:10 +01:00
9e7fc156ab
refactor(luks): use system_cfg.luks directly across roles
2026-02-11 19:26:51 +01:00
7e9abe862f
fix: honor libvirt network config, preserve DHCP DNS with search-only NM config, and exact-match Xen VM names
2026-02-11 14:00:20 +01:00
5aa5022983
docu(readme): recompose README from pre/post consolidation versions
...
Restore the navigable numbered ToC, conceptual overview, and structured
usage section from the original while keeping the current dict-based
variable model, expanded platform support, configuration model docs,
and multi-disk schema from the consolidation rewrite. Also fixes
banner.motd default (false, not true) and adds system.version column
to the distribution table.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 08:25:15 +01:00
74ae98db35
fix(banner): align MOTD star border and default motd to disabled
2026-02-11 08:02:27 +01:00
fc23f84cc3
fix(libvirt): restore missing virtualization_mac_address default
2026-02-11 08:02:27 +01:00
3c7d9e16da
refactor(safety): remove redundant live environment detection from system_check
2026-02-11 08:02:27 +01:00
e4b9f1c579
refactor(playbook): rename prompt variables with backwards-compatible fallbacks
2026-02-11 08:02:27 +01:00
920969d60e
refactor(validation): deduplicate hypervisor combine and collapse schema checks
2026-02-11 08:02:27 +01:00
9d723630cb
refactor(system): simplify normalization by removing redundant intermediate merges
2026-02-11 08:02:27 +01:00
0c8242589c
fix(bootstrap): repair version-specific package availability across distributions
2026-02-11 08:02:27 +01:00
2885ba9ffa
docu(readme): consolidate final documentation state
2026-02-11 05:37:18 +01:00
81d63029a4
fix(config): enable dictionary merge for scoped overrides
2026-02-11 05:37:18 +01:00
2fa0fba4c4
refactor(schema): move filesystem into system dictionary
2026-02-11 05:37:18 +01:00
055b6de68b
refactor(configuration): simplify grub commandline variable assembly
2026-02-11 05:37:18 +01:00
4e85740e0a
refactor(configuration): reduce LUKS runtime temporary facts
2026-02-11 05:37:18 +01:00
0ee2806c62
refactor(schema): simplify dict normalization and schema checks
2026-02-11 05:37:18 +01:00
1027afc6ea
docu(schema): update docs and examples to compact dict keys
2026-02-11 05:37:18 +01:00
74cb09ffee
refactor(schema): rename nested dict keys and simplify validation
2026-02-11 05:37:18 +01:00
9f5096d69d
docu(schema): align docs and baremetal example with dict model
2026-02-11 05:37:18 +01:00
6da46a03ed
fix(validation): reject deprecated top-level schema keys
2026-02-11 05:37:18 +01:00
e7c898d653
refactor(vars): simplify normalization and remove effective intermediates
2026-02-11 05:37:18 +01:00
0388dca0a4
fix(system): default physical installs to archlinux when os is omitted
2026-02-11 05:37:18 +01:00
1d545fbbc8
docu(readme): document dict-based variables and examples
2026-02-11 05:37:18 +01:00
53bb4589b6
fix(runtime): migrate roles to nested system fields
2026-02-11 05:37:18 +01:00
73f0b81b5a
feat(disks): add standardized multi-disk mount schema
2026-02-11 05:37:18 +01:00
2d46df8f5a
refactor(vars): enforce nested system and hypervisor schema
2026-02-11 05:37:18 +01:00
45d3fef4e2
refactor(vars): remove legacy variable inputs
...
- Require hypervisor as dict input and use hypervisor_cfg/hypervisor_type internally
- Remove vm_* and hypervisor_* compatibility aliases
- Update roles and docs to use system/hypervisor dictionaries only
2026-02-11 05:37:18 +01:00
a6b051d9e4
refactor(vars): add system/hypervisor dict inputs
...
- Normalize new system_cfg + hypervisor_cfg and keep legacy vm_* and hypervisor_* aliases
- Support multiple system.disks (creation + optional mount + fstab generation)
- Add system_check safety role (production + existing system detection)
- Update README and example inventories
2026-02-11 05:37:18 +01:00
8056890460
fix(partitioning): add LVM extent headroom
2026-02-06 00:43:02 +01:00
085e16abe9
fix(network): Removes hardcoded MAC-Address from NetworkManager config
...
This fixes an issue that in some virtual environments the NICs
MAC-Address gets changes and the config no longer applies.
2026-01-05 18:22:18 +01:00
23f08b350b
refactor(services): remove unnecessary firewalld services disablement.
...
It is not needed if the firewalld package is not installed in the first
place
2026-01-05 18:19:14 +01:00
315fdef69f
feat(services): implement SSH server toggeling
2026-01-05 18:18:18 +01:00
2d4127a688
Force local stat for third-party prep tasks
2026-01-02 19:15:34 +01:00
1cc1966b97
Force local connection for third-party prep check
2026-01-02 19:14:11 +01:00
4d72a8999f
Run third-party prep check locally
2026-01-02 19:02:00 +01:00
e264d1cabc
Fix localhost delegate for third-party prep check
2026-01-02 18:58:40 +01:00
aa6e356444
Add third-party preparation task hook
2026-01-02 18:55:45 +01:00
fe0b72c9d8
Make chroot command configurable
2026-01-02 18:53:55 +01:00
ce972e55dd
Add swap_enabled toggle for swap setup
2026-01-02 18:51:27 +01:00
2891de8fef
Add zstd toggle for btrfs and zram
2026-01-02 18:47:32 +01:00
696df925c6
Update LVM swap sizing policy
2026-01-02 16:29:24 +01:00
65ef8cb1ca
Enforce 20GiB minimum vm_size
2026-01-02 16:18:14 +01:00
396d802dc3
Enable full-disk LVM root sizing
2026-01-02 16:11:06 +01:00
90cc9add01
Use systemd module and link timezone
2026-01-02 16:10:50 +01:00
eeaf3b0f0a
Document partitioning overrides and inventory host vars
2026-01-02 16:10:50 +01:00
0a76e07b39
Fix post-reboot extra packages task
2026-01-02 15:55:27 +01:00