Commit graph

8 commits

Author SHA1 Message Date
8e79c5f804
ref(playbook): Move all plays into separate directory 2025-02-23 11:39:24 +01:00
996560410e
ref(inventory): Make chroot target one child of target systems
This should allow just having a general 'target' system for ansible
which will take all the modifications - but not care whether we connect
to it locally (i.e. running from void) or through chroot.

We can set the connection method for the specific system(s) in whatever
we group as part of the target group then. For local installation we
simply add locally connected hosts and for chroot set up chrooted hosts.
2025-02-23 11:39:24 +01:00
9138d7b66b
ref(chroot): Move exe selection to host variable 2025-02-23 11:39:23 +01:00
e70b6428fd
ref(inventory): Rename guest group to void 2025-02-23 11:39:18 +01:00
d8450a8ac9
feat(base): Activate acpid service 2025-02-23 10:12:34 +01:00
dc0f272c04
feat(base): Add chrony 2025-02-23 10:12:33 +01:00
b57c92d458
feat(base): Only set glibc locales if we are in glibc installation 2025-02-23 10:12:32 +01:00
f77a5c4e33
ref(base): Rename guest playbook to void_base
Sets up the void basics while other playbooks handle other things
2025-02-23 10:12:31 +01:00
Renamed from guest.yaml (Browse further)