reverting accidental changes to grail.tf
This commit is contained in:
20
promgraf.tf
20
promgraf.tf
@@ -19,21 +19,21 @@ resource "proxmox_lxc" "promgraph" {
|
||||
|
||||
rootfs {
|
||||
storage = "nvme"
|
||||
size = "32G"
|
||||
size = "128G"
|
||||
}
|
||||
|
||||
mountpoint{
|
||||
key = "0"
|
||||
slot = 0
|
||||
storage = "Cephtest"
|
||||
mp = "/data"
|
||||
size = "400G"
|
||||
}
|
||||
# mountpoint{
|
||||
# key = "0"
|
||||
# slot = 0
|
||||
# storage = "Cephtest"
|
||||
# mp = "/data"
|
||||
# size = "400G"
|
||||
#}
|
||||
|
||||
network {
|
||||
name = "eth0"
|
||||
bridge = "vmbr0"
|
||||
ip = "AM617831508CN/24"
|
||||
ip = "192.168.0.58/24"
|
||||
gw = "192.168.0.1"
|
||||
|
||||
}
|
||||
@@ -41,7 +41,7 @@ resource "proxmox_lxc" "promgraph" {
|
||||
provisioner "local-exec" {
|
||||
command = "./.ansible.d/setup.sh $IP"
|
||||
environment = {
|
||||
IP = "192.168.0.56"
|
||||
IP = "192.168.0.58"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user