Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-network_interfaces
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
include content of old role network
netifs
Markus Katharina Brechtel
hace 7 años
padre
aef5e034e8
commit
e760a5d803
Se han
modificado 2 ficheros
con
15 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
tasks/main.yml
+12
-0
tasks/setup.yml
+ 3
- 0
tasks/main.yml
Ver fichero
@@ -1,5 +1,8 @@
---
- include: setup.yml
when: not root_target_directory is defined
- name: /etc/network directory
file:
path: "{{ root_target_directory | default('') }}/etc/network"
+ 12
- 0
tasks/setup.yml
Ver fichero
@@ -0,0 +1,12 @@
---
- name: install resolvconf
apt:
name: resolvconf
# remove rdnssd, which generates problems, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740998
- name: uninstall rdnssd
apt:
name: rdnssd
state: absent
when:
Escribir
Vista previa
Cargando…
Cancelar
Guardar