python3 -m venv .venv source .venv/bin/activate pip install -r requitements.txt
ansible-galaxy collection install -r requitements.yaml
To run this playbook:
ansible-playbook -i inventory/all.yaml playbooks/configure.yaml --tags "env,dotfiles" --ask-become-pass --diff --check