1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

ifcfg is redhat only

This commit is contained in:
Jerry Vonau 2017-12-07 16:56:25 -06:00
parent fb331c7e09
commit 550df14424

View file

@ -27,7 +27,7 @@ ansible-playbook -i ansible_hosts iiab-network.yml --connection=local
End=`date`
echo "" >> iiab-network.log
# redhat path
if [ ! "OS" == "debian" ] && [ ! "OS" == "unknown" ]; then
if [ "OS" == "centos" ] || [ "OS" == "fedora" ]; then
ls -la /etc/sys*/net*/ifcfg* >> iiab-network.log
fi
# ubuntu destop might be using NM - split out.