summaryrefslogtreecommitdiff
path: root/acme.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'acme.yaml')
-rw-r--r--acme.yaml27
1 files changed, 27 insertions, 0 deletions
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