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"
#}
mountpoint{
key = "0"
slot = 0
storage = "Cephtest"
mp = "/data"
size = "400G"
}
#mountpoint{
# key = "0"
# slot = 0
# storage = "Cephtest"
3 mp = "/data"
# size = "400G"
#}
network {
name = "eth0"
bridge = "vmbr0"
ip = "192.168.0.57/24"
gw = "192.168.0.1"
}
provisioner "local-exec" {
command = "./.ansible.d/setup.sh $IP"
environment = {
IP = "192.168.0.57"
}
}
#network {
# name = "eth0"
# bridge = "vmbr0"
# ip = "192.168.0.57/24"
# gw = "192.168.0.1"
#}
#provisioner "local-exec" {
# command = "./.ansible.d/setup.sh $IP"
# environment = {
# IP = "192.168.0.57"
# }
#}
}