diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2021-01-26 16:04:30 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2021-01-26 16:04:30 +0100 |
commit | 71010ae3fefbe897227343e44573385df9cd60cc (patch) | |
tree | 16cac848741881171ba715712547aae15bba5dc2 /out/acme | |
parent | 63e4e5fac646766d8e574e2e9a539e03f54fd87c (diff) | |
download | rules-sandbox-71010ae3fefbe897227343e44573385df9cd60cc.tar.gz rules-sandbox-71010ae3fefbe897227343e44573385df9cd60cc.tar.bz2 rules-sandbox-71010ae3fefbe897227343e44573385df9cd60cc.tar.xz rules-sandbox-71010ae3fefbe897227343e44573385df9cd60cc.zip |
Better main() support.
Diffstat (limited to 'out/acme')
-rw-r--r-- | out/acme/wireguard.yaml | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/out/acme/wireguard.yaml b/out/acme/wireguard.yaml index 6eff70e..c71536b 100644 --- a/out/acme/wireguard.yaml +++ b/out/acme/wireguard.yaml @@ -65,96 +65,96 @@ networkBits: 24 - type: "io.trygvis.rules.wireguard.WgIpPool" data: - &1 net: *vpn0 + &4 net: *vpn0 role: "link" cidr: value: "192.168.10.0/29" - type: "io.trygvis.rules.wireguard.WgIpPool" data: - &2 net: *vpn0 + &5 net: *vpn0 role: "networks" cidr: value: "10.55.0.0/16" - type: "io.trygvis.rules.wireguard.WgHost" data: - &3 machine: *ws-1 + &6 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: - &4 machine: *ws-2 + &7 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: - &5 machine: *acme-1 + &8 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: - &6 machine: *acme-2 + &9 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: - &7 machine: *acme-3 + &10 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: - &8 host: *3 - to: *7 + &11 host: *8 + to: *9 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &9 host: *3 - to: *5 + &12 host: *8 + to: *10 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &10 host: *3 - to: *6 + &13 host: *9 + to: *8 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &11 host: *4 - to: *7 + &14 host: *9 + to: *10 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &12 host: *4 - to: *5 + &15 host: *7 + to: *8 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &13 host: *4 - to: *6 + &16 host: *7 + to: *9 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &14 host: *7 - to: *5 + &17 host: *7 + to: *10 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &15 host: *7 - to: *6 + &18 host: *10 + to: *8 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &16 host: *5 - to: *7 + &19 host: *10 + to: *9 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &17 host: *5 - to: *6 + &20 host: *6 + to: *8 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &18 host: *6 - to: *7 + &21 host: *6 + to: *9 - type: "io.trygvis.rules.wireguard.WgConnection" data: - &19 host: *6 - to: *5 + &22 host: *6 + to: *10 |