mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(tf): vm boot order and delay
This commit is contained in:
parent
60f9cfb856
commit
5425364fdb
1 changed files with 9 additions and 3 deletions
|
|
@ -67,6 +67,12 @@ resource "proxmox_virtual_environment_container" "reimu" {
|
|||
}
|
||||
}
|
||||
|
||||
startup {
|
||||
order = 4
|
||||
up_delay = 0
|
||||
down_delay = 0
|
||||
}
|
||||
|
||||
network_interface {
|
||||
name = "eth0"
|
||||
mac_address = "BC:24:11:C4:66:A8"
|
||||
|
|
@ -113,9 +119,9 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
|||
}
|
||||
|
||||
startup {
|
||||
order = "3"
|
||||
up_delay = "60"
|
||||
down_delay = "60"
|
||||
order = 8
|
||||
up_delay = 0
|
||||
down_delay = 2
|
||||
}
|
||||
|
||||
cdrom {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue