OBS Deployed with Docker & Ansible
Usage
Prepare Python Deps
python -m venv venv
source venv/bin/activate
pip install wheel ansible
Deploy
ansible-playbook obs.yml
Upgrade
Executed weekly for new updates.
ansible-playbook obs.yml --extra-vars "restart_container=true"
Description
Languages
Shell
100%