mirror of
https://github.com/jcwimer/kubernetes-ansible
synced 2026-04-14 00:29:54 +00:00
Initial Commit
This commit is contained in:
11
tests/files/test-deploy.sh
Normal file
11
tests/files/test-deploy.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user