VM Test #8
@@ -34,15 +34,15 @@ admin_ssh_public_key_path = "~/.ssh/keys/id_rsa.pub"
|
|||||||
default_vm_user = "damien"
|
default_vm_user = "damien"
|
||||||
|
|
||||||
virtual_machines = {
|
virtual_machines = {
|
||||||
"monitoring" = {
|
"monitoring" = {
|
||||||
os = "debian"
|
os = "debian"
|
||||||
cores = 2
|
cores = 2
|
||||||
memory = 4096
|
memory = 4096
|
||||||
disk_gb = 30
|
disk_gb = 30
|
||||||
ip = "192.168.1.161"
|
ip = "192.168.1.161"
|
||||||
gateway = "192.168.1.254"
|
gateway = "192.168.1.254"
|
||||||
tags = ["monitoring"]
|
tags = ["monitoring"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
|||||||
Reference in New Issue
Block a user