Config files from ~
These configuration files are managed with Ansible, to begin a bit of setup is needed:
pip3 install --user pipenv
pipenv install
pipenv run ansible-galaxy collection install community.general
This assumes Python is installed, and submodules are up to date, for more details see bootstrap.sh.
Afterwards to apply:
# For dry run
pipenv run ansible-playbook --check --diff --verbose --connection=local --inventory 127.0.0.1, site.yml
# Actual run
pipenv run ansible-playbook --connection=local --inventory 127.0.0.1, --ask-become-pass site.yml