Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-network_interfaces
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
do not configure for lxc
netifs
Markus Katharina Brechtel
7 anos atrás
pai
48b7ffb258
commit
0c2fc10b23
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
templates/netifs.json.j2
+ 1
- 1
templates/netifs.json.j2
Ver arquivo
@@ -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 %}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar