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

revise feedback

This commit is contained in:
Jerry Vonau 2018-04-08 19:57:49 -05:00
parent 5a0a37d064
commit 50ad0de6be
2 changed files with 3 additions and 3 deletions

View file

@ -19,11 +19,11 @@ fi
OS="unknown" # will be overridden below, if /etc/iiab/iiab.env is legit
if [ -f /etc/iiab/iiab.env ]; then
echo "Running /etc/iiab/iiab.env"
echo "Reading /etc/iiab/iiab.env"
source /etc/iiab/iiab.env
fi
echo "Ansible will now run iiab-network.yml -- monitor log file iiab-network.log"
echo "Ansible will now run iiab-network.yml -- log file is iiab-network.log"
Start=`date`
ansible-playbook -i ansible_hosts iiab-network.yml --connection=local
End=`date`