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
use first address of subnet
master
Markus Katharina Brechtel
hace 4 años
padre
85798b9944
commit
ba2a972200
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
templates/profiles/hetzner_server.j2
+ 1
- 1
templates/profiles/hetzner_server.j2
Ver fichero
@@ -13,7 +13,7 @@ iface eth0 inet static
pointopoint {{hetzner_server_gateway}}
iface eth0 inet6 static
address {{
hetzner_server_main_ipv6
}}
address {{
hetzner_server_ipv6_subnet | ipaddr('1') | ipv6('address')
}}
netmask 128
gateway fe80::1
Escribir
Vista previa
Cargando…
Cancelar
Guardar