trying dynamic ip script

This commit is contained in:
tolerryan
2024-11-04 22:22:16 -06:00
parent 90ec6c685d
commit 9ab09c4be3
3 changed files with 6 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ resource "proxmox_lxc" "wikmd" {
}
provisioner "local-exec" {
command = "./.ansible.d/setup.sh"
command = "./.ansible.d/setup.sh ${network.ip}"
}
}