ansible roles default files

This commit is contained in:
2026-02-02 14:03:39 -05:00
parent 26619f9c1a
commit 7755e65756
4 changed files with 9 additions and 11 deletions

View File

@@ -123,11 +123,11 @@ Modify available nodes in the `Jenkinsfile` parameters section.
### Templates
Template VMIDs are configured in the Jenkinsfile environment section:
- `VM_TEMPLATE_ID` - VMID of the VM template (currently: 133)
- `LXC_TEMPLATE_ID` - VMID of the LXC template (currently: 109)
Template VMIDs are configured in the role defaults:
- [roles/proxmox_vm/defaults/main.yml](roles/proxmox_vm/defaults/main.yml) - VM template (VMID: 133)
- [roles/proxmox_lxc/defaults/main.yml](roles/proxmox_lxc/defaults/main.yml) - LXC template (VMID: 109)
Update the values in the `environment` block of the Jenkinsfile to use different templates.
Update the values in these files to use different templates.
## License