This repository holds the ansible
configurations for my adventures in tuning an Arch Linux
system to combine my two favorite interests: audio and programming. It is very much a work in progress.
Do yourself a favor and just run archinstall
. While you're at it, install the following additional packages: ansible
, dhcpcd
, git
, & vim
. Once the install is complete, chroot
in and modify /etc/dhcpcd.conf
to have this content.
We need to setup our vault to decrypt values in the playbook. Copy the secret from the password manager and place it here:
mkdir -p ~/.ansible
vim ~/.ansible/arch-secret.txt <- PLACE SECRET IN THIS FILE
To install from the AUR, we need to download this collection:
ansible-galaxy collection install kewlfft.aur