mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 16:10:38 +02:00
7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
cd $SRCDIR
|
|
ansible-playbook -i inventory.yml $1.yml
|