mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
ifcfg is redhat only
This commit is contained in:
parent
fb331c7e09
commit
550df14424
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ansible-playbook -i ansible_hosts iiab-network.yml --connection=local
|
||||||
End=`date`
|
End=`date`
|
||||||
echo "" >> iiab-network.log
|
echo "" >> iiab-network.log
|
||||||
# redhat path
|
# redhat path
|
||||||
if [ ! "OS" == "debian" ] && [ ! "OS" == "unknown" ]; then
|
if [ "OS" == "centos" ] || [ "OS" == "fedora" ]; then
|
||||||
ls -la /etc/sys*/net*/ifcfg* >> iiab-network.log
|
ls -la /etc/sys*/net*/ifcfg* >> iiab-network.log
|
||||||
fi
|
fi
|
||||||
# ubuntu destop might be using NM - split out.
|
# ubuntu destop might be using NM - split out.
|
||||||
|
|
Loading…
Reference in a new issue