diff options
Diffstat (limited to 'out/acme')
-rw-r--r-- | out/acme/wireguard.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/out/acme/wireguard.yaml b/out/acme/wireguard.yaml index 58572d9..6eff70e 100644 --- a/out/acme/wireguard.yaml +++ b/out/acme/wireguard.yaml @@ -39,6 +39,23 @@ data: fqdn: "ws-2.vpn.acme.com" type: "A" +- type: "io.trygvis.rules.dba.DbaMachineRole" + data: + &1 machine: "acme-1" + roles: + - "ci-app" +- type: "io.trygvis.rules.dba.DbaMachineRole" + data: + &2 machine: "acme-2" + roles: + - "ops" + - "ci-db" +- type: "io.trygvis.rules.dba.DbaMachineRole" + data: + &3 machine: "acme-3" + roles: + - "production-app" + - "production-db" - type: "io.trygvis.rules.wireguard.WgNet" data: &vpn0 name: "vpn0" |