ki-ansible-playbook/apply.sh

10 lines
133 B
Bash
Raw Normal View History

2021-09-13 18:11:04 +02:00
#!/usr/bin/env bash
if [ -n "$1" ]; then
TAGS="--tags=$1"
else
TAGS=""
fi
ansible-playbook $TAGS -i inventory.yml playbook.yml