From 09ba202f73a519355f86b845b210b5126ea1dacf Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 3 Jan 2021 22:20:15 +0100 Subject: VPN work. --- acme.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'acme.yaml') diff --git a/acme.yaml b/acme.yaml index b7a17c5..6e9f617 100644 --- a/acme.yaml +++ b/acme.yaml @@ -23,3 +23,30 @@ data: type: io.trygvis.rules.machine.Machine data: name: acme-3 + +# Workstations +--- +type: io.trygvis.rules.machine.Machine +data: + name: ws-1 +--- +type: io.trygvis.rules.machine.Machine +data: + name: ws-2 + +--- +type: io.trygvis.rules.acme.WgNet +data: + name: vs0 + domain: vpn.acme.com + +--- +type: io.trygvis.rules.acme.WgHost +data: + name: ws-1 + net: vs0 +--- +type: io.trygvis.rules.acme.WgHost +data: + name: ws-2 + net: vs0 -- cgit v1.2.3