asdf
This commit is contained in:
38
grail.tf
38
grail.tf
@@ -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"
|
||||||
}
|
# }
|
||||||
}
|
#}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user