Ansible plays setting up the complete infrastructure of my voidlinux installation. Usable on local machine or through chroot.
Find a file
Marty Oehme 68e1cf4098
Build booster initramfs if it does not exist
Working from a chroot we need to manually look for the existing kernels
and build an initramfs from them. We can not just use the auto detection
functionality since it will detect the _HOST_ system's running kernel.

Instead we get the kernel module dir(s) and manually build a booster
initramfs for each one found.
2025-02-21 17:58:04 +01:00
ansible.cfg Set up basic ansible repo 2025-02-21 17:57:58 +01:00
guest.yaml Build booster initramfs if it does not exist 2025-02-21 17:58:04 +01:00
host.yaml Split up playbooks into host-level and guest-level 2025-02-21 17:58:03 +01:00
inventory Install system through chroot 2025-02-21 17:58:02 +01:00
play.yaml Split up playbooks into host-level and guest-level 2025-02-21 17:58:03 +01:00
README.md Set up basic ansible repo 2025-02-21 17:57:58 +01:00
requirements.yaml Set up basic ansible repo 2025-02-21 17:57:58 +01:00

Install void linux from arch linux

Uses btrfs subvolumes, chroot and the void linux root tarball. This is primarily made for my setup to quickly get void linux up and running for playing around with stuff.