84f7be29783818a4d8a2dc69c7e86b905033c67c
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%