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