Ansible plays setting up the complete infrastructure of my voidlinux installation. Usable on local machine or through chroot.
Find a file
Marty Oehme e0d88a9ee1
feat(system): Move user services to XDG_STATE_HOME directory
User services under control of runit under turnstiled now default to the
`~/.local/state/service/` directory (and `~/.local/state/service-env/`
for the env vars). This mimics the system-wide runit setup, with service
templates kept in `/etc/sv` (in my case `~/.config/sv` for user
services) and active ones in `/var/service`
2025-02-26 22:33:05 +01:00
books feat(system): Move user services to XDG_STATE_HOME directory 2025-02-26 22:33:05 +01:00
ansible.cfg feat(inventory): Change to yaml definition 2025-02-23 11:39:20 +01:00
inventory.yaml ref(inventory): Create target type indirection 2025-02-23 11:39:26 +01:00
inventory_local.yaml feat(audio): Add pipewire stack 2025-02-26 18:55:55 +01:00
play.yaml ref(playbook): Move all plays into separate directory 2025-02-23 11:39:24 +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.