Skip to content
Snippets Groups Projects
Commit c73cacf8 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Merge branch 'add_possibilty_for_wildcard_interface_name' into 'master'

add possibilty for wildcard interface name

See merge request !3
parents e7dd6ebf 228478b8
No related branches found
No related tags found
1 merge request!3add possibilty for wildcard interface name
Pipeline #3720 passed
{% set network = {
'interface': item.1.interface|default(ansible_default_ipv4.interface),
'interface': item.1.interface|default(networkd_interface|default(ansible_default_ipv4.interface)),
'addresses': item.1.addresses|default([item.1.adress|default(networkd_address)]),
'gateway': item.1.gateway|default(networkd_gateway),
} %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment