#!/bin/sh set -ue run_id=$1 shift rye run ansible-playbook playbooks/site.yaml --tag deploy_ragent -e run_id=$run_id "$@"