Skip to content
Snippets Groups Projects
Verified Commit 207aa3cc authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

roles/common: Change network configuration to reflect the host_vars change regarding the netmask

parent 7423b21e
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ Gateway={{ ipv6_gateway }}
Domains=archlinux.org.
[Address]
Address={{ ipv4_address }}/32
Peer={{ ipv4_gateway }}/32
Address={{ ipv4_address }}{{ ipv4_netmask }}
Peer={{ ipv4_gateway }}{{ ipv4_netmask }}
[Address]
Address={{ ipv6_address }}
Address={{ ipv6_address }}{{ ipv6_netmask }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment