Update link to one level higher
This commit is contained in:
parent
130d881728
commit
69a19cd1d2
|
@ -25,12 +25,15 @@ echo "Creating directories and symlinks..."
|
||||||
mkdir files group_vars roles
|
mkdir files group_vars roles
|
||||||
ln -s ../pvc-ansible/files/default files/default
|
ln -s ../pvc-ansible/files/default files/default
|
||||||
ln -s ../pvc-ansible/group_vars/default group_vars/default
|
ln -s ../pvc-ansible/group_vars/default group_vars/default
|
||||||
ln -s pvc-ansible/oneshot oneshot
|
|
||||||
ln -s ../pvc-ansible/roles/base roles/base
|
ln -s ../pvc-ansible/roles/base roles/base
|
||||||
ln -s ../pvc-ansible/roles/pvc roles/pvc
|
ln -s ../pvc-ansible/roles/pvc roles/pvc
|
||||||
ln -s files ceph
|
ln -s files ceph
|
||||||
|
cp -r pvc-ansible/oneshot oneshot
|
||||||
cp pvc-ansible/pvc.yml .
|
cp pvc-ansible/pvc.yml .
|
||||||
cp pvc-ansible/clusters.yml .
|
cp pvc-ansible/clusters.yml .
|
||||||
|
if [[ ! -d files/default ]]; then
|
||||||
|
cp -r pvc-ansible/files/default files/
|
||||||
|
fi
|
||||||
touch hosts
|
touch hosts
|
||||||
cat <<EOF >update-remote.sh
|
cat <<EOF >update-remote.sh
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
../../../files
|
../../../../files
|
Loading…
Reference in New Issue