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

lose rpi_debian - rebased -- dropped file

This commit is contained in:
Jerry Vonau 2017-09-15 11:56:57 -05:00
parent de4be7c646
commit 5ca8db9d09
5 changed files with 30 additions and 14 deletions

View file

@ -27,18 +27,23 @@ fi
Start=`date`
export ANSIBLE_LOG_PATH="$XSCE_DIR/iiab-network.log"
ansible-playbook -i ansible_hosts iiab-network.yml --connection=local
End=`date`
echo "" >> iiab-network.log
ls -la /etc/sys*/net*/ifcfg* >> iiab-network.log
if [ ! "OS" == "debian" ]; then
ls -la /etc/sys*/net*/ifcfg* >> iiab-network.log
nmcli d >> iiab-network.log
nmcli c >> iiab-network.log
fi
echo "" >> iiab-network.log
brctl show >> iiab-network.log
ip r >> iiab-network.log
echo "" >> iiab-network.log
echo "run start:" >> iiab-network.log
echo "$Start" >> iiab-network.log
echo "run end:" >> iiab-network.log
date >> iiab-network.log
brctl show br0>> iiab-network.log
echo "run start: $Start" >> iiab-network.log
echo "run end: $End" >> iiab-network.log
echo "" >> iiab-network.log
echo "" >> iiab-network.log
ip r
brctl show br0
echo "run start:$Start"
echo "run end: $End"