Explorar el Código

network directory

netifs
padre
commit
29ba4edaef
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      tasks/main.yml

+ 5
- 1
tasks/main.yml Ver fichero

@@ -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"


Cargando…
Cancelar
Guardar