Compare commits
4 Commits
28e0ee7369
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eaa329e70d | ||
|
|
eee527a9bc | ||
| d0e49254ab | |||
|
|
fc32f62aa2 |
@@ -42,6 +42,15 @@ virtual_machines = {
|
||||
ip = "192.168.1.161"
|
||||
gateway = "192.168.1.254"
|
||||
tags = ["docker"]
|
||||
},
|
||||
"ipfabric" = {
|
||||
os = "ipfabric"
|
||||
cores = 16
|
||||
memory = 32768
|
||||
disk_gb = 80
|
||||
ip = "192.168.1.162"
|
||||
gateway = "192.168.1.254"
|
||||
tags = ["ipfabric"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user