- **~590 scripts** – grep for 192.168.11, 76.53.10.34
---
## .env Variables (add to .env.example)
```
PROXMOX_ML110=192.168.11.10
PROXMOX_R630_01=192.168.11.11
PROXMOX_R630_02=192.168.11.12
NPM_URL=https://192.168.11.167:81
NPMPLUS_HOST=192.168.11.11
NPMPLUS_VMID=10233
```
## Migration Approach
1. Add PROXMOX_* and NPM_* to `.env.example` (see above)
2. Source from env in scripts: `source .env 2>/dev/null || true`
3. Replace literals with `${VAR:-default}`
4. Update docs referencing IPs to point to this file
---
## Status
| Phase | Status |
|-------|--------|
| Document created | ✅ Done |
| .env.example vars | ✅ Done |
| Script migration | ✅ Done (676 via centralize; fix-remaining completed all active-script bare IPs; archive excluded. Remaining refs are in \`\${VAR:-ip}\` fallbacks or doc strings using \`\${NETWORK_PREFIX}.X\`.) |