13 lines
246 B
Bash
Executable File
13 lines
246 B
Bash
Executable File
#!/bin/bash
|
|
# -*- mode: sh; fill-column: 75; tab-width: 8; coding: utf-8-unix -*-
|
|
|
|
|
|
. /usr/local/etc/testforge/testforge.bash
|
|
PREFIX=$PROXY_VAR_LOCAL
|
|
|
|
[ "$#" -eq 0 ] && set -- proxy
|
|
|
|
exec bash $PREFIX/bin/testforge_ansible.bash "$@"
|
|
|
|
ROLE=proxy
|