5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
|
{% for intname in ansible_interfaces %}
|
||
|
- {{ intname }}: {{ ansible_facts[ intname|replace('-', '_')]['macaddress']|default('-') }}
|
||
|
{% endfor %}
|
||
|
|