This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-network_interfaces
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
do not configure for lxc
netifs
Markus Katharina Brechtel
7 years ago
parent
48b7ffb258
commit
0c2fc10b23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/netifs.json.j2
+ 1
- 1
templates/netifs.json.j2
View File
@@ -1,7 +1,7 @@
[
{% if netifs is defined %}
{% for netif in netifs %}
{% if netifs[netif].type == "ethernet" or netifs[netif].type == "virt" %}
{% if netifs[netif].type == "ethernet" or
(
netifs[netif].type == "virt"
and virt_type=="qemu" )
%}
"{{netif}}",
{% endif %}
{% endfor %}
Write
Preview
Loading…
Cancel
Save