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