test32
This commit is contained in:
12
testvm.tf
12
testvm.tf
@@ -37,10 +37,10 @@ resource "proxmox_lxc" "test2" {
|
||||
ip = "192.168.0.64/24"
|
||||
gw = "192.168.0.1"
|
||||
}
|
||||
|
||||
module "ansible_setup" {
|
||||
source = "./modules/ansible_setup.tf"
|
||||
hostname = "test2"
|
||||
ip = "192.168.0.64"
|
||||
}
|
||||
}
|
||||
|
||||
module "ansible_setup" {
|
||||
source = "./modules/ansible_setup.tf"
|
||||
hostname = "test2"
|
||||
ip = "192.168.0.64"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user