remake runner
This commit is contained in:
parent
d81f7e8bc8
commit
8de884195f
2 changed files with 6 additions and 5 deletions
|
@ -168,6 +168,7 @@ services:
|
||||||
- db-data:/var/lib/postgresql/data
|
- db-data:/var/lib/postgresql/data
|
||||||
|
|
||||||
wiki:
|
wiki:
|
||||||
|
container_name: wiki
|
||||||
image: ghcr.io/requarks/wiki:2.5.303
|
image: ghcr.io/requarks/wiki:2.5.303
|
||||||
depends_on:
|
depends_on:
|
||||||
- wiki-db
|
- wiki-db
|
||||||
|
|
|
@ -2,17 +2,17 @@ resource "proxmox_virtual_environment_vm" "Runner" {
|
||||||
|
|
||||||
# VM General Settings
|
# VM General Settings
|
||||||
node_name = "prox"
|
node_name = "prox"
|
||||||
vm_id = 207
|
vm_id = 952
|
||||||
name = "Runner"
|
name = "Runner"
|
||||||
description = "Forgejo Runner"
|
description = "Forgejo Runner for iac"
|
||||||
tags = ["tofu", "ubuntu-22", "auto-homelab-repo", "infrastructure"]
|
tags = ["tofu", "ubuntu-22", "iac-repo", "infrastructure"]
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
enabled = true # 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 {
|
clone {
|
||||||
vm_id = 8000
|
vm_id = 8100
|
||||||
}
|
}
|
||||||
|
|
||||||
# VM CPU Settings
|
# VM CPU Settings
|
||||||
|
@ -35,7 +35,7 @@ resource "proxmox_virtual_environment_vm" "Runner" {
|
||||||
# VM Disk Settings
|
# VM Disk Settings
|
||||||
disk {
|
disk {
|
||||||
datastore_id = "Fast2Tb"
|
datastore_id = "Fast2Tb"
|
||||||
size = 60
|
size = 40
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue