summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/connection_local/runme.sh
blob: a2c32adf06b605f56b94be70a2ca4eeadcc29858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

set -eux

group=local

cd ../connection

INVENTORY="../connection_${group}/test_connection.inventory" ./test.sh \
    -e target_hosts="${group}" \
    -e action_prefix= \
    -e local_tmp=/tmp/ansible-local \
    -e remote_tmp=/tmp/ansible-remote \
    "$@"