1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-04-14 00:29:54 +00:00

Initial Commit

This commit is contained in:
2018-11-14 08:43:38 -05:00
commit 1670ccf7be
23 changed files with 1161 additions and 0 deletions

View 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