summaryrefslogtreecommitdiff
path: root/out/phase-1.yaml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-01-06 09:30:14 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-01-06 09:30:14 +0100
commit2dcbdffc28b9eeaab68eb7c90eb8813899bd9546 (patch)
tree063376df72cd1d5a26dc3a43741db9c8e8ded1f0 /out/phase-1.yaml
parent8c38e6ca614b22c39ef2fca549d9eb2265304baa (diff)
downloadrules-sandbox-2dcbdffc28b9eeaab68eb7c90eb8813899bd9546.tar.gz
rules-sandbox-2dcbdffc28b9eeaab68eb7c90eb8813899bd9546.tar.bz2
rules-sandbox-2dcbdffc28b9eeaab68eb7c90eb8813899bd9546.tar.xz
rules-sandbox-2dcbdffc28b9eeaab68eb7c90eb8813899bd9546.zip
Implementing VPN connections.
Diffstat (limited to 'out/phase-1.yaml')
-rw-r--r--out/phase-1.yaml60
1 files changed, 60 insertions, 0 deletions
diff --git a/out/phase-1.yaml b/out/phase-1.yaml
index b582087..c9974d0 100644
--- a/out/phase-1.yaml
+++ b/out/phase-1.yaml
@@ -30,6 +30,66 @@ data:
name: "acme-3"
fqdn: "acme-3.machine.acme.com"
---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "acme-1"
+ to: "acme-2"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "acme-1"
+ to: "acme-3"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "acme-2"
+ to: "acme-1"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "acme-2"
+ to: "acme-3"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "acme-3"
+ to: "acme-1"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "acme-3"
+ to: "acme-2"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "ws-1"
+ to: "acme-1"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "ws-1"
+ to: "acme-2"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "ws-1"
+ to: "acme-3"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "ws-2"
+ to: "acme-1"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "ws-2"
+ to: "acme-2"
+---
+type: "io.trygvis.rules.acme.WgConnection"
+data:
+ host: "ws-2"
+ to: "acme-3"
+---
type: "io.trygvis.rules.acme.WgHost"
data:
name: "acme-1"