7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
{{ fabric_interface }} = fabric_core host
|
|
{% if ext_interfaces -%}
|
|
{% for dev in ext_interfaces -%}
|
|
{{ dev }} = access_phys
|
|
{% endfor -%}
|
|
{% endif -%}
|