chore: change startup order for docker and omada
This commit is contained in:
parent
179b5f4465
commit
4afe9eac09
@ -2,7 +2,7 @@ resource "null_resource" "cloud_init_deb" {
|
||||
connection {
|
||||
type = "ssh"
|
||||
user = "root"
|
||||
private_key = file("~/.ssh/pve2.comprofix.xyz")
|
||||
private_key = file("~/.ssh/homelab.comprofix.xyz")
|
||||
host = "pve2.comprofix.xyz"
|
||||
agent = true
|
||||
}
|
||||
@ -46,7 +46,7 @@ resource "proxmox_vm_qemu" "docker" {
|
||||
cpu = "x86-64-v2-AES"
|
||||
bios = "ovmf"
|
||||
|
||||
startup = "order=2,up=300"
|
||||
startup = "order=2"
|
||||
|
||||
|
||||
# VM Memory Settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user