Fixing pimox template ip

This commit is contained in:
juvenal.diaz 2026-07-22 20:42:19 -06:00
parent 58af55e7e0
commit 7c0936d889
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,8 @@ power it off, switch boot order back to disk first, and run `qm template`.
The template sealing step discovers the installed VM IP through
qemu-guest-agent, so a DHCP reservation is no longer required for the temporary
template-build VM. If you still want to force a known address, set
`TF_VAR_pimox_template_build_host`.
`TF_VAR_pimox_template_build_host`. Leave it unset for the normal autodiscovery
path.
```bash
./jeannie up

View File

@ -191,7 +191,6 @@ export_homelab_inventory_tf_vars() {
export_if_unset TF_VAR_pimox_user "${LAB_PIMOX_USER:-}"
export_if_unset TF_VAR_pimox_worker_storage "${LAB_PIMOX_WORKER_STORAGE:-}"
export_if_unset TF_VAR_pimox_template_bridge "${LAB_PIMOX_BRIDGE:-}"
export_if_unset TF_VAR_pimox_template_build_host "${LAB_DEBIAN_LAN_IP:-}"
export_if_unset TF_VAR_pimox_template_build_user "${LAB_DEBIAN_USER:-}"
export_if_unset TF_VAR_pimox_template_guest_ip_prefix "${LAB_LAN_IP_PREFIX:-}"
export_if_unset TF_VAR_edge_host "${LAB_EDGE_HOST:-}"