1 2 3 4 5 6 7 8
#!/bin/sh set -ue run_id=$1 shift rye run ansible-playbook playbooks/site.yaml --tag deploy_ragent -e run_id=$run_id "$@"