ソースを参照

network directory

netifs
コミット
29ba4edaef
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      tasks/main.yml

+ 5
- 1
tasks/main.yml ファイルの表示

@@ -1,7 +1,11 @@
---

- name: /etc/network directory
file:
path: "{{ root_target_directory | default('') }}/etc/network"
state: directory

- name: network interfaces configuration
template:
src: network-interfaces.j2
dest: "{{ root_target_directory | default('') }}/etc/network/interfaces"


読み込み中…
キャンセル
保存