Compare commits
3 Commits
deploy-tes
...
11999b37f3
| Author | SHA1 | Date | |
|---|---|---|---|
|
11999b37f3
|
|||
|
29b2b7db52
|
|||
|
b046a1b862
|
8
flake.lock
generated
8
flake.lock
generated
@@ -28,11 +28,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770447502,
|
"lastModified": 1770470613,
|
||||||
"narHash": "sha256-xH1PNyE3ydj4udhe1IpK8VQxBPZETGLuORZdSWYRmSU=",
|
"narHash": "sha256-FOqOBdsQnLzA7+Y3hXuN9PcOHmpEDvNw64Ju8op9J2w=",
|
||||||
"ref": "master",
|
"ref": "master",
|
||||||
"rev": "79db119d1ca6630023947ef0a65896cc3307c2ff",
|
"rev": "36a74b8cf9a873202e28eecfb90f9af8650cca8b",
|
||||||
"revCount": 22,
|
"revCount": 23,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.t-juice.club/torjus/homelab-deploy"
|
"url": "https://git.t-juice.club/torjus/homelab-deploy"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -39,28 +39,22 @@ locals {
|
|||||||
flake_branch = "vault-setup" # Bootstrap from this branch instead of master
|
flake_branch = "vault-setup" # Bootstrap from this branch instead of master
|
||||||
}
|
}
|
||||||
"testvm01" = {
|
"testvm01" = {
|
||||||
ip = "10.69.13.20/24"
|
ip = "10.69.13.20/24"
|
||||||
cpu_cores = 2
|
cpu_cores = 2
|
||||||
memory = 2048
|
memory = 2048
|
||||||
disk_size = "20G"
|
disk_size = "20G"
|
||||||
flake_branch = "deploy-test-hosts"
|
|
||||||
vault_wrapped_token = "s.YRGRpAZVVtSYEa3wOYOqFmjt"
|
|
||||||
}
|
}
|
||||||
"testvm02" = {
|
"testvm02" = {
|
||||||
ip = "10.69.13.21/24"
|
ip = "10.69.13.21/24"
|
||||||
cpu_cores = 2
|
cpu_cores = 2
|
||||||
memory = 2048
|
memory = 2048
|
||||||
disk_size = "20G"
|
disk_size = "20G"
|
||||||
flake_branch = "deploy-test-hosts"
|
|
||||||
vault_wrapped_token = "s.tvs8yhJOkLjBs548STs6DBw7"
|
|
||||||
}
|
}
|
||||||
"testvm03" = {
|
"testvm03" = {
|
||||||
ip = "10.69.13.22/24"
|
ip = "10.69.13.22/24"
|
||||||
cpu_cores = 2
|
cpu_cores = 2
|
||||||
memory = 2048
|
memory = 2048
|
||||||
disk_size = "20G"
|
disk_size = "20G"
|
||||||
flake_branch = "deploy-test-hosts"
|
|
||||||
vault_wrapped_token = "s.sQ80FZGeG3z6jgrsuh74IopC"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user