Skip to content

1. bootstrap ansible tmp venv

1. Bootstrap Ansible tmp venv.md

Clean install

Download and execute bootstrap,sh

I prefer to run as a normal user.

wget https://raw.githubusercontent.com/PyratLabs/ansible-role-controller/refs/heads/master/bootstrap.sh
chmod +x bootstrap.sh
./bootstrap.sh

Note: if python venv package is not currently installed you will be prompted to install the correct python-venv version based on your Python version

Example:

sudo apt install python3.10-venv

If script fails

Cleanup previous run

rm -R /tmp/ve-ansible/

rerun script

Resources