1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-03-24 16:44:44 +00:00
Files
kubernetes-ansible/tests/files/test-deploy.sh
2018-11-14 08:43:38 -05:00

12 lines
300 B
Bash

#!/bin/bash
script_dir="$( dirname $(readlink -f ${BASH_SOURCE[0]}))"
project_dir=${script_dir}/../..
cd $project_dir
export PRIVATE_KEY=/home/vagrant/test_rsa;
export DEPLOY_USER=vagrant
cp tests/files/hosts hosts
cp tests/files/group_vars_all group_vars/all
bash supporting-scripts/run-setup.sh