Commit Graph

60 Commits

Author SHA1 Message Date
00aa614cfd fix(bootstrap): use explicit keyring for debootstrap and copy resolv.conf 2026-02-20 16:58:59 +01:00
2a82ee4d5c fix: resolve Jinja2 .keys ambiguity, fastfetch availability, and python interpreter
- Use bracket notation item['keys'] instead of item.keys to avoid
  conflict with Python dict .keys() method
- Remove fastfetch from Debian 12 package list (only available in 13+)
- Set explicit python interpreter path for post-reboot tasks
2026-02-20 16:58:58 +01:00
c8806c9577 refactor(standardize): remove dead code, fix inconsistencies, update docs 2026-02-12 23:21:51 +01:00
debd1e176f refactor(bootstrap): standardize patterns, extract common logic, remove dead code 2026-02-12 23:14:17 +01:00
5108e46a4c fix(lint): wrap long lines to satisfy yaml[line-length] rule 2026-02-12 21:54:09 +01:00
865d96c18e fix(bootstrap): repair version-specific package availability across distributions 2026-02-11 08:02:27 +01:00
fcc7c6aeb6 fix(runtime): migrate roles to nested system fields 2026-02-11 05:37:18 +01:00
fc05708466 refactor(vars): add system/hypervisor dict inputs 2026-02-11 05:37:18 +01:00
a093bf3e28 feat(services): implement SSH server toggeling 2026-01-05 18:18:18 +01:00
c62de8bf4a Make chroot command configurable 2026-01-02 18:53:55 +01:00
1c23055dd2 Add firewalld_enabled toggle 2026-01-02 11:25:40 +01:00
e7c5166128 Normalize user-facing defaults 2025-12-28 16:41:11 +01:00
f4b4a669ba Update Fedora to 43 2025-12-28 04:04:27 +01:00
7cf0dabc3c Fix Debian initramfs regeneration 2025-12-28 01:54:14 +01:00
34d70c0edc Ensure initramfs-tools for Debian/Ubuntu 2025-12-28 01:29:26 +01:00
b0d9adcf13 Fix bootstrap package list rendering 2025-12-28 00:12:37 +01:00
cbc88c8d03 Condition LUKS and guest tools in bootstrap vars 2025-12-27 23:52:06 +01:00
2873c8f81a Split bootstrap by OS 2025-12-25 22:12:19 +01:00
259604470f Add Debian 13 (Trixie) support 2025-08-11 21:37:25 +02:00
caab1a8690 Update Fedora to 42 2025-07-06 04:28:59 +02:00
d106111f15 use proper filename for role variables 2025-06-17 06:34:39 +02:00
69422a6f64 Update ubuntu to plucky release 2025-06-17 03:57:58 +02:00
93dae69781 Add rhel10 support 2025-06-17 03:13:30 +02:00
f17bdfa528 Add ncurses-term package to ubuntu for more legacy terminal descriptors 2025-05-30 09:48:55 +02:00
e036761c9a Add ncurses-term package for legacy ssh client (terminal descriptors) 2025-05-30 09:14:21 +02:00
9ba38c9d74 Fix Typo 2025-04-29 20:30:02 +02:00
9f4f147b1c Improve Arch packages + Disable swap before unmounting 2025-04-29 20:28:55 +02:00
4ac6cf540e Include Standard package group for RHEL systems 2025-02-05 00:02:37 +01:00
96929a260c Update package name to match correctly 2025-01-21 22:02:43 +01:00
febd87919f CIS Adjustments 2025-01-21 19:55:36 +01:00
48949cc9e3 Add extra utils 2025-01-14 21:14:40 +01:00
83fff50d89 Add dig via bind-utils for rhel 2024-12-03 16:42:47 +01:00
dd6aff8aa1 RHEL add python package 2024-12-03 13:31:31 +01:00
c81a7f1e96 Use RHEL nameing for yum repo file 2024-11-12 14:14:09 +01:00
a03f00f28b Fix DNS issue 2024-11-11 17:44:52 +01:00
f5c09571c0 Add some extra packages and vi mode for bash 2024-11-05 03:36:15 +01:00
0f729b4e8a remove zram from debian11 since no support 2024-10-31 16:00:44 +01:00
99499a2f45 remove zram for rhel8 since no support 2024-10-31 15:56:42 +01:00
26cfbb9ce3 Fix ubuntu install issue 2024-10-31 05:56:20 +01:00
e5d4886246 Add SWAP support 2024-10-31 05:46:33 +01:00
b5f46bc812 add zram-generator package 2024-10-31 02:10:21 +01:00
da8480a0c9 Remove Cloud-init package which can cause issues with NetworkManager on 2024-10-31 00:41:38 +01:00
8a655993bd Include MAC-Address into the NetworkManager keyfile 2024-10-31 00:13:23 +01:00
1e625fd138 Add RHEL8 and RHEL9 support 2024-10-30 00:29:46 +01:00
051b7a376f Update Ubuntu to Oracular Oriole and Ubuntu-LTS to Noble Numbat 2024-10-29 15:08:43 +01:00
61fdf1461a Update Fedora to Version 41 2024-10-29 14:17:01 +01:00
7374b0a4e2 Fix command module formating 2024-10-28 21:07:33 +01:00
ab694ef49c Fix connection DNS resolving inside chroot 2024-10-28 20:26:15 +01:00
ca5caba602 Specify changed_when for shell commands 2024-10-28 19:20:05 +01:00
446736da3b Fix line-length 2024-10-28 18:26:54 +01:00