1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

mkdir -p /opt/iiab/iiab

This commit is contained in:
A Holt 2019-10-09 18:24:51 -04:00 committed by GitHub
parent 584e35e243
commit b3cbd80679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,9 +57,13 @@ else
fi
#cd /opt/iiab/iiab
#./runrole 1-prep
export ANSIBLE_LOG_PATH="/opt/iiab/iiab/iiab-install.log"
#CWD=`pwd`
#export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"
# For log file, in case git tree deleted, on IIABs with very small disks:
mkdir -p /opt/iiab/iiab
export ANSIBLE_LOG_PATH="/opt/iiab/iiab/iiab-install.log"
ansible-playbook -i $INVENTORY $PLAYBOOK --connection=local
echo
fi