summaryrefslogtreecommitdiff
path: root/salt/openbook/ansible/files/deploy-dev-env.sh
blob: af5b87e95372d4ec18d00e56c54d1c0c1ee42012 (plain)
1
2
3
4
5
6
7
8
9
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