summaryrefslogtreecommitdiff
path: root/salt/openbook/ansible/files/deploy-dev-env.sh
blob: 04ef64727778bd03b4b0401ff963d2b25f92efc5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

buildroot="$(pwd)"

pushd ${buildroot}/conf
cp -v ${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