mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
ca44e683f6
commit
37fdb0a1ac
1 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ resource "proxmox_vm_qemu" "k3smaster" {
|
|||
name = local.k3smaster.name[count.index]
|
||||
target_node = local.k3smaster.node[count.index]
|
||||
tags = local.k3smaster.tags
|
||||
full_clone = false
|
||||
full_clone = false
|
||||
qemu_os = "l26"
|
||||
os_type = "cloud-init"
|
||||
agent = 1
|
||||
|
|
@ -16,9 +16,9 @@ resource "proxmox_vm_qemu" "k3smaster" {
|
|||
cpu_type = "host"
|
||||
memory = local.k3smaster.memory
|
||||
scsihw = "virtio-scsi-pci"
|
||||
boot = "order=virtio0"
|
||||
onboot = true
|
||||
sshkeys = local.sshkeys
|
||||
boot = "order=virtio0"
|
||||
onboot = true
|
||||
sshkeys = local.sshkeys
|
||||
vga {
|
||||
type = "serial0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue