Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-network_interfaces
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
use first address of subnet
master
Markus Katharina Brechtel
4 anni fa
parent
85798b9944
commit
ba2a972200
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/profiles/hetzner_server.j2
+ 1
- 1
templates/profiles/hetzner_server.j2
Vedi File
@@ -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
Write
Preview
Loading…
Annulla
Salva