This commit is contained in:
tolerryan
2024-11-06 23:29:35 -06:00
parent d76784565e
commit 42e642dbfb

View File

@@ -21,27 +21,27 @@ resource "proxmox_vm_qemu" "grail" {
size = "32G" size = "32G"
#} #}
mountpoint{ #mountpoint{
key = "0" # key = "0"
slot = 0 # slot = 0
storage = "Cephtest" # storage = "Cephtest"
mp = "/data" 3 mp = "/data"
size = "400G" # size = "400G"
} #}
network { #network {
name = "eth0" # name = "eth0"
bridge = "vmbr0" # bridge = "vmbr0"
ip = "192.168.0.57/24" # ip = "192.168.0.57/24"
gw = "192.168.0.1" # gw = "192.168.0.1"
} #}
provisioner "local-exec" { #provisioner "local-exec" {
command = "./.ansible.d/setup.sh $IP" # command = "./.ansible.d/setup.sh $IP"
environment = { # environment = {
IP = "192.168.0.57" # IP = "192.168.0.57"
} # }
} #}
} }