このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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 %}
書き込み
プレビュー
読み込み中…
キャンセル
保存