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

XSCE -> IIAB

This commit is contained in:
Jerry Vonau 2017-10-24 11:39:49 -05:00
parent 0aedaa24fd
commit c606083553
5 changed files with 28 additions and 44 deletions

View file

@ -2,6 +2,7 @@
PLAYBOOK="iiab-base.yml"
INVENTORY="ansible_hosts"
CWD=`pwd`
if [ ! -f $PLAYBOOK ]
then
@ -14,5 +15,5 @@ fi
sed -i -e "s/openvpn_install: False/openvpn_install: True/" vars/local_vars.yml
sed -i -e "s/openvpn_enabled: False/openvpn_enabled: True/" vars/local_vars.yml
export ANSIBLE_LOG_PATH="$XSCE_DIR/iiab-install.log"
export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"
ansible-playbook -i $INVENTORY $PLAYBOOK --connection=local