From 42e642dbfbd6366ca82b5a701a1098be532ecb08 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:29:35 -0600 Subject: [PATCH] asdf --- grail.tf | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/grail.tf b/grail.tf index 34cec6c..bfe8a18 100644 --- a/grail.tf +++ b/grail.tf @@ -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" + #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" - } - } + #provisioner "local-exec" { + # command = "./.ansible.d/setup.sh $IP" + # environment = { + # IP = "192.168.0.57" + # } + #} } \ No newline at end of file