This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-network_interfaces
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
use first address of subnet
master
Markus Katharina Brechtel
4 years ago
parent
85798b9944
commit
ba2a972200
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/profiles/hetzner_server.j2
+ 1
- 1
templates/profiles/hetzner_server.j2
View 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…
Cancel
Save