mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Add serial
This commit is contained in:
parent
d182b00e75
commit
96f65d5322
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@ resource "proxmox_vm_qemu" "haproxy" {
|
||||||
boot = "order=virtio0"
|
boot = "order=virtio0"
|
||||||
onboot = true
|
onboot = true
|
||||||
sshkeys = local.sshkeys
|
sshkeys = local.sshkeys
|
||||||
vga = "serial0"
|
vga {
|
||||||
|
type = "serial0"
|
||||||
|
}
|
||||||
serial {
|
serial {
|
||||||
id = 0
|
id = 0
|
||||||
type = "socket"
|
type = "socket"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue