adding qemu to kub
This commit is contained in:
parent
3c63705cf5
commit
3d686d3bb3
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Master" {
|
|||
tags = ["tofu", "ubuntu-22", "auto-homelab-repo", "infrastructure"]
|
||||
|
||||
agent {
|
||||
enabled = false # read 'Qemu guest agent' section, change to true only when ready
|
||||
enabled = true # read 'Qemu guest agent' section, change to true only when ready
|
||||
}
|
||||
|
||||
clone {
|
||||
|
|
|
@ -8,7 +8,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Worker1" {
|
|||
tags = ["tofu", "ubuntu-22", "auto-homelab-repo", "infrastructure"]
|
||||
|
||||
agent {
|
||||
enabled = false # read 'Qemu guest agent' section, change to true only when ready
|
||||
enabled = true # read 'Qemu guest agent' section, change to true only when ready
|
||||
}
|
||||
|
||||
clone {
|
||||
|
|
|
@ -8,7 +8,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Worker2" {
|
|||
tags = ["tofu", "ubuntu-22", "auto-homelab-repo", "infrastructure"]
|
||||
|
||||
agent {
|
||||
enabled = false # read 'Qemu guest agent' section, change to true only when ready
|
||||
enabled = true # read 'Qemu guest agent' section, change to true only when ready
|
||||
}
|
||||
|
||||
clone {
|
||||
|
|
Reference in a new issue