re-make AI
This commit is contained in:
parent
0802dafac5
commit
590620af22
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ resource "proxmox_virtual_environment_vm" "AI" {
|
||||||
vm_id = 322
|
vm_id = 322
|
||||||
name = "AI"
|
name = "AI"
|
||||||
machine = "q35"
|
machine = "q35"
|
||||||
description = "Ollama, Open Webui, mindsdb"
|
description = "Stable-Diffusion"
|
||||||
tags = ["tofu", "ubuntu-22", "auto-homelab-repo"]
|
tags = ["tofu", "ubuntu-22", "iac-repo"]
|
||||||
started = true
|
started = true
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
|
@ -14,7 +14,7 @@ resource "proxmox_virtual_environment_vm" "AI" {
|
||||||
}
|
}
|
||||||
|
|
||||||
clone {
|
clone {
|
||||||
vm_id = 8101
|
vm_id = 9999
|
||||||
}
|
}
|
||||||
|
|
||||||
# VM CPU Settings
|
# VM CPU Settings
|
||||||
|
|
Loading…
Reference in a new issue