From 2957c76e4027f47959f79354b07cdaa4b04da8c6 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 1 Feb 2021 16:45:47 +0100 Subject: Updating files. --- out/acme/wireguard.yaml | 74 ++++++++++++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 31 deletions(-) (limited to 'out/acme/wireguard.yaml') diff --git a/out/acme/wireguard.yaml b/out/acme/wireguard.yaml index 522d9ee..91a7963 100644 --- a/out/acme/wireguard.yaml +++ b/out/acme/wireguard.yaml @@ -48,96 +48,108 @@ networkBits: 24 - type: "io.trygvis.rules.wireguard.WgIpPool" data: - &4 net: *vpn0 + &1 net: *vpn0 role: "link" cidr: value: "192.168.10.0/29" - type: "io.trygvis.rules.wireguard.WgIpPool" data: - &5 net: *vpn0 + &2 net: *vpn0 role: "networks" cidr: value: "10.55.0.0/16" - type: "io.trygvis.rules.wireguard.WgHost" data: - &6 machine: *ws-1 + &3 machine: *ws-1 net: *vpn0 publicName: null ip: "192.168.10.6" networkCidr: "10.55.252.0/24" - type: "io.trygvis.rules.wireguard.WgHost" data: - &7 machine: *ws-2 + &4 machine: *ws-2 net: *vpn0 publicName: null ip: "192.168.10.7" networkCidr: "10.55.251.0/24" - type: "io.trygvis.rules.wireguard.WgHost" data: - &8 machine: *acme-1 + &5 machine: *acme-1 net: *vpn0 publicName: "acme-1.machine.acme.com" ip: "192.168.10.3" networkCidr: "10.55.255.0/24" - type: "io.trygvis.rules.wireguard.WgHost" data: - &9 machine: *acme-2 + &6 machine: *acme-2 net: *vpn0 publicName: "acme-2.machine.acme.com" ip: "192.168.10.4" networkCidr: "10.55.254.0/24" - type: "io.trygvis.rules.wireguard.WgHost" data: - &10 machine: *acme-3 + &7 machine: *acme-3 net: *vpn0 publicName: "acme-3.machine.acme.com" ip: "192.168.10.5" networkCidr: "10.55.253.0/24" - type: "io.trygvis.rules.wireguard.WgConnection" data: - &11 host: *8 - to: *9 + &acme-1_x_acme-2 name: "acme-1_x_acme-2" + host: *5 + to: *6 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &12 host: *8 - to: *10 + &acme-1_x_acme-3 name: "acme-1_x_acme-3" + host: *5 + to: *7 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &13 host: *9 - to: *8 + &acme-2_x_acme-1 name: "acme-2_x_acme-1" + host: *6 + to: *5 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &14 host: *9 - to: *10 + &acme-2_x_acme-3 name: "acme-2_x_acme-3" + host: *6 + to: *7 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &15 host: *7 - to: *8 + &acme-3_x_acme-1 name: "acme-3_x_acme-1" + host: *7 + to: *5 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &16 host: *7 - to: *9 + &acme-3_x_acme-2 name: "acme-3_x_acme-2" + host: *7 + to: *6 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &17 host: *7 - to: *10 + &ws-1_x_acme-1 name: "ws-1_x_acme-1" + host: *3 + to: *5 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &18 host: *10 - to: *8 + &ws-1_x_acme-2 name: "ws-1_x_acme-2" + host: *3 + to: *6 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &19 host: *10 - to: *9 + &ws-1_x_acme-3 name: "ws-1_x_acme-3" + host: *3 + to: *7 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &20 host: *6 - to: *8 + &ws-2_x_acme-1 name: "ws-2_x_acme-1" + host: *4 + to: *5 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &21 host: *6 - to: *9 + &ws-2_x_acme-2 name: "ws-2_x_acme-2" + host: *4 + to: *6 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &22 host: *6 - to: *10 + &ws-2_x_acme-3 name: "ws-2_x_acme-3" + host: *4 + to: *7 -- cgit v1.2.3