hosts: add vault01 host
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m20s
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m20s
This commit is contained in:
@@ -38,6 +38,12 @@ locals {
|
||||
disk_size = "20G"
|
||||
flake_branch = "pipeline-testing-improvements"
|
||||
}
|
||||
"vault01" = {
|
||||
ip = "10.69.13.19/24"
|
||||
cpu_cores = 2
|
||||
memory = 2048
|
||||
disk_size = "20G"
|
||||
}
|
||||
}
|
||||
|
||||
# Compute VM configurations with defaults applied
|
||||
|
||||
Reference in New Issue
Block a user