Update link to one level higher

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:29 -04:00
parent e3c1d28674
commit 0d3e525f12
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
../../../files ../../../../files