Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-network_interfaces
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
remove persistent net-rules configuration
netifs
Markus Katharina Brechtel
hace 7 años
padre
0bf4a8c5d1
commit
0a9a0572fa
Se han
modificado 2 ficheros
con
0 adiciones
y
7 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-4
tasks/main.yml
+0
-3
templates/persistent-net.rules.j2
+ 0
- 4
tasks/main.yml
Ver fichero
@@ -5,7 +5,3 @@
src: network-interfaces.j2
dest: "{{ root_target_directory | default('') }}/etc/network/interfaces"
#- name: persistent net rules
# template:
# src: persistent-net.rules.j2
# dest: "{{ network_interfaces_target }}/etc/udev/rules.d/z25_persistent-net.rules"
+ 0
- 3
templates/persistent-net.rules.j2
Ver fichero
@@ -1,3 +0,0 @@
{% for netif in network_interfaces %}
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="{{ netif.mac_address }}", ATTR{type}=="1", KERNEL=="eth*", NAME="{{ netif.device }}"
{% endfor %}
Escribir
Vista previa
Cargando…
Cancelar
Guardar