michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 61 forks source link

dns-nameservers not set in Debian bond template #103

Open jdub opened 3 years ago

jdub commented 3 years ago

The little dns-nameservers bit is missing from the Debian bond template – would you like a PR to fix this?

{% if item.dnsnameservers is defined %}
dns-nameservers {{ item.dnsnameservers }}
{% endif %}
jdub commented 3 years ago

Ooh, it could do with dns-search too.

And I just noticed DNS stuff is not in the Red Hat bond template either.

I'll do a PR.

neverreadsemail commented 2 years ago

bridge interfaces have the same issue.