Files
obs-deploy/README.md
2025-11-13 16:03:00 +08:00

333 B

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"