Browse Source

network directory

netifs
parent
commit
29ba4edaef
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      tasks/main.yml

+ 5
- 1
tasks/main.yml View File

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


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

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


Loading…
Cancel
Save