18 lines
298 B
Text
18 lines
298 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
[Match]
|
||
|
Name={{ item.key }}
|
||
|
|
||
|
{% if not (item.value.link_local | default(true)) %}
|
||
|
[Network]
|
||
|
LinkLocalAddressing=no
|
||
|
{% endif %}
|
||
|
|
||
|
{% for addr in item.value.ip_addrs | default([]) %}
|
||
|
[Address]
|
||
|
Address={{ addr }}
|
||
|
{% endfor %}
|
||
|
|
||
|
[FairQueueingControlledDelay]
|
||
|
Parent=root
|