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:
parent
584e35e243
commit
b3cbd80679
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue