python3 -m venv venv
source venv/bin/activate
pip3 install -U pip
pip3 install -r requirements.txt
ansible-galaxy collection install -r collections/requirements.yml --force --ignore-errors --collections-path collections
ansible-galaxy install -r roles/requirements.yml --force --ignore-errors --roles-path roles -g