mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-02-13 02:59:07 +00:00
defines network, subnets, cloudflare dns & floatingip
This commit is contained in:
@@ -2,10 +2,13 @@ export enum VmSize {
|
||||
small = "small",
|
||||
medium = "medium",
|
||||
large = "large",
|
||||
cx23 = "cx23",
|
||||
cax11 = "cax11",
|
||||
cpx11 = "cpx11"
|
||||
}
|
||||
|
||||
export enum OS {
|
||||
debian = "debian",
|
||||
debian = "debian-13",
|
||||
ubuntu = "ubuntu",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user