Adding some ansible code

This commit is contained in:
Chris Long
2020-03-06 11:53:38 -08:00
parent 51853befec
commit c5be4492b8
7 changed files with 88 additions and 9 deletions

View File

@@ -26,3 +26,7 @@ variable "vm_network" {
variable "nat_network" {
default = "NAT Network"
}
variable "hostonly_network" {
default = "HostOnly Network"
}