diff options
Diffstat (limited to 'deploy-dev-env.sh')
| -rwxr-xr-x | deploy-dev-env.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deploy-dev-env.sh b/deploy-dev-env.sh new file mode 100755 index 0000000..af5b87e --- /dev/null +++ b/deploy-dev-env.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +buildroot="$(pwd)" + +pushd ${buildroot}/conf +cp ${HOME}/env.yaml.openbook.example env.yaml.openbook +rm -f env.yaml +ln -s env.yaml.openbook env.yaml +popd +ansible-playbook -i inventory_json.rb openbook_installer.yaml |
