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:
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`
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue