Skip to content
Snippets Groups Projects
Commit dd28e907 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Update runner disk space and reformat tf files

parent 6fcb5827
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ resource "proxmox_vm_qemu" "gitlab-runner" { ...@@ -17,7 +17,7 @@ resource "proxmox_vm_qemu" "gitlab-runner" {
os_type = "cloud-init" os_type = "cloud-init"
disk { disk {
size = "20G" size = "35G"
type = "virtio" type = "virtio"
storage = "ssd" storage = "ssd"
} }
...@@ -25,6 +25,7 @@ resource "proxmox_vm_qemu" "gitlab-runner" { ...@@ -25,6 +25,7 @@ resource "proxmox_vm_qemu" "gitlab-runner" {
network { network {
model = "virtio" model = "virtio"
bridge = "vmbr0" bridge = "vmbr0"
macaddr = "7A:19:32:CF:F5:EB"
} }
nameserver = "8.8.8.8" nameserver = "8.8.8.8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment