This commit is contained in:
tolerryan
2025-11-04 01:31:46 -06:00
parent ae4a2bad6c
commit d985249816
2 changed files with 4 additions and 4 deletions

View File

@@ -39,8 +39,8 @@ resource "proxmox_lxc" "test2" {
} }
} }
module "ansible_setup" { module "ansible_setup_test2" {
source = "./modules/ansible_setup.tf" source = "./modules/ansible_setup"
hostname = "test2" hostname = "test2"
ip = "192.168.0.64" ip = "192.168.0.64"
} }

View File

@@ -39,8 +39,8 @@ resource "proxmox_lxc" "wikmd" {
} }
} }
module "ansible_setup" { module "ansible_setup_wikmd" {
source = "./modules/ansible_setup.tf" source = "./modules/ansible_setup"
hostname = "wikmd" hostname = "wikmd"
ip = "192.168.0.56" ip = "192.168.0.56"
} }