dotfiles deployed with ansible
- python3, pip, python3-venv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
bash run.sh
Additionally, the verbosity can be passed to the script
bash run.sh -vvvv
which will print the facts (for -vvvv only) and exits (if 4).