Ops Worker
Main components
Quick start (dev)
cd ops-worker
python -m venv .venv
. .venv/Scripts/activate # or: source .venv/bin/activate
pip install -r requirements.txt
export OPS_BIND=0.0.0.0
export OPS_PORT=8081
export OPS_CONFIG=hosts.json
export MYSQL_DSN="mysql+pymysql://user:pass@mysql:3306/guacamole_db"
export OPS_POLL_ENABLED=true
export OPS_POLL_INTERVAL=60
python worker.pyhosts.json example
API (internal)
Scheduler
Deployment notes
Last updated