sshd setup
This commit is contained in:
@ -10,6 +10,11 @@ LinkLocalAddressing=False
|
||||
LLDP={{ item.lldp | default(true) }}
|
||||
{% if item.vlans is defined -%}
|
||||
{% for vlan in item.vlans -%}
|
||||
VLAN=vlan{{ vlan }}
|
||||
{% endfor -%}
|
||||
|
||||
[BridgeVLAN]
|
||||
{% for vlan in item.vlans -%}
|
||||
VLAN={{ vlan }}
|
||||
{% endfor -%}
|
||||
{% endif -%}
|
Reference in New Issue
Block a user