本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ka
/
ansible-role-network_interfaces
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
remove persistent net-rules configuration
netifs
Markus Katharina Brechtel
7 年之前
父節點
0bf4a8c5d1
當前提交
0a9a0572fa
共有
2 個檔案被更改
,包括
0 行新增
和
7 行删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存