summaryrefslogtreecommitdiff
path: root/salt/openbook/ansible/files/deploy-dev-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'salt/openbook/ansible/files/deploy-dev-env.sh')
-rw-r--r--salt/openbook/ansible/files/deploy-dev-env.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/salt/openbook/ansible/files/deploy-dev-env.sh b/salt/openbook/ansible/files/deploy-dev-env.sh
deleted file mode 100644
index b47774e..0000000
--- a/salt/openbook/ansible/files/deploy-dev-env.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-buildroot="$(pwd)"
-
-pushd ${buildroot}/conf
-cp ${HOME}/env.yaml.openbook .
-rm -f env.yaml
-ln -s env.yaml.openbook env.yaml
-popd
-pushd ${buildroot}
-ansible-playbook -i inventory_json.rb openbook_installer.yaml
-popd