mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
revise feedback
This commit is contained in:
parent
5a0a37d064
commit
50ad0de6be
2 changed files with 3 additions and 3 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue