mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
add openvpn server
This commit is contained in:
parent
8b892fe6b1
commit
6bd445af5b
2 changed files with 67 additions and 0 deletions
|
|
@ -45,4 +45,14 @@ locals {
|
|||
node = ["mothership", "overlord", "vanguard"]
|
||||
ip = ["21", "22", "23"]
|
||||
}
|
||||
openVPN = {
|
||||
tags = "openVPN"
|
||||
count = 1
|
||||
name = ["openVPN"]
|
||||
cores = 2
|
||||
memory = "4096"
|
||||
drive = 20
|
||||
node = ["mothership"]
|
||||
ip = ["20"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue