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

port dnsmasq over from nginx-rebase-eth0 - rebased edits

This commit is contained in:
Jerry Vonau 2017-09-13 06:07:25 -05:00
parent 054fa6b35d
commit 8cf4481553
16 changed files with 134 additions and 143 deletions

View file

@ -24,7 +24,8 @@ then
touch /etc/iiab/config_vars.yml
fi
export ANSIBLE_LOG_PATH="$CWD/iiab-network.log"
Start=`date`
export ANSIBLE_LOG_PATH="$XSCE_DIR/iiab-network.log"
ansible-playbook -i ansible_hosts iiab-network.yml --connection=local
echo "" >> iiab-network.log
ls -la /etc/sys*/net*/ifcfg* >> iiab-network.log
@ -32,8 +33,12 @@ if [ ! "OS" == "debian" ]; then
nmcli d >> iiab-network.log
nmcli c >> iiab-network.log
fi
echo "" >> iiab-network.log
brctl show >> iiab-network.log
echo "run on:" >> 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
echo "" >> iiab-network.log
echo "" >> iiab-network.log