test
This commit is contained in:
12
wikmd.tf
12
wikmd.tf
@@ -1,9 +1,3 @@
|
||||
module "ansible_setup" {
|
||||
source = "./provider.tf"
|
||||
hostname = "wikmd"
|
||||
ip = "192.168.0.56"
|
||||
}
|
||||
|
||||
resource "proxmox_lxc" "wikmd" {
|
||||
target_node = "ryuk"
|
||||
hostname = var.hostname
|
||||
@@ -43,4 +37,10 @@ resource "proxmox_lxc" "wikmd" {
|
||||
ip = "${var.ip}/24"
|
||||
gw = "192.168.0.1"
|
||||
}
|
||||
|
||||
module "ansible_setup" {
|
||||
source = "./ansible_setup.tf"
|
||||
hostname = "wikmd"
|
||||
ip = "192.168.0.56"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user