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

buildroot="$(pwd)"

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