summaryrefslogtreecommitdiff
path: root/acme.yaml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-01-03 22:20:15 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-01-03 22:20:15 +0100
commit09ba202f73a519355f86b845b210b5126ea1dacf (patch)
tree73f6901ec956c5985b3f62c4dba86c010860f92c /acme.yaml
parent1911481101e15463c8aecbdc03a6ce5b63b0d68f (diff)
downloadrules-sandbox-09ba202f73a519355f86b845b210b5126ea1dacf.tar.gz
rules-sandbox-09ba202f73a519355f86b845b210b5126ea1dacf.tar.bz2
rules-sandbox-09ba202f73a519355f86b845b210b5126ea1dacf.tar.xz
rules-sandbox-09ba202f73a519355f86b845b210b5126ea1dacf.zip
VPN work.
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