#!/bin/bash # Set default APP_VERSION if not provided if [ -z "$APP_VERSION" ]; then export APP_VERSION="latest" fi # Run the deploy playbook ansible-playbook ../deploy_playbook.yml -i ../inventory/hosts"$@"