Replace netmask with prefixlen

This commit is contained in:
Wojciech Kozlowski 2023-07-22 14:43:00 +02:00
parent 0909f69f87
commit 892d2272a8
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ vpn_wireguard_subnet: "10.66.0.0/30"
vpn_bridge_prefix: "10.66.{{ vpn_subnet_id }}"
vpn_bridge_address: "{{ vpn_bridge_prefix }}.1"
vpn_bridge_broadcast: "{{ vpn_bridge_prefix }}.255"
vpn_bridge_netmask: "255.255.255.0"
vpn_bridge_subnet: "{{ vpn_bridge_prefix }}.0/24"
vpn_bridge_prefixlen: "24"
vpn_bridge_subnet: "{{ vpn_bridge_prefix }}.0/{{ vpn_bridge_prefixlen }}"
vpn_bridge_dnat: "\
{% set vpn_bridge_dnat = [] %}\
{% for properties in ( services_host_services.values() | selectattr('tcp', 'defined') ) %}\

2
roles

@ -1 +1 @@
Subproject commit b6bdbe5d0104059d2bf8308afd0d00875a516322
Subproject commit 946701386089cd3fdb15d4f1c59e775e39bb152d