summaryrefslogtreecommitdiff
path: root/deploy-dev-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy-dev-env.sh')
-rwxr-xr-xdeploy-dev-env.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/deploy-dev-env.sh b/deploy-dev-env.sh
deleted file mode 100755
index af5b87e..0000000
--- a/deploy-dev-env.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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