Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-network_interfaces
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
remove persistent net-rules configuration
netifs
Markus Katharina Brechtel
7 anni fa
parent
0bf4a8c5d1
commit
0a9a0572fa
2 ha cambiato i file
con
0 aggiunte
e
7 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
tasks/main.yml
+0
-3
templates/persistent-net.rules.j2
+ 0
- 4
tasks/main.yml
Vedi File
@@ -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
Vedi File
@@ -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 %}
Write
Preview
Loading…
Annulla
Salva