|
|
|
|
|
by zamadatix
673 days ago
|
|
The site really has two completely separate halves: 1) ~a dozen scripts around Proxmox VE and 2) ~200 scripts around defining the internal state of guest VMs/containers. The way I've approached 2) is utilizing the many thousands of existing VM/container build definitions and having just a single proxmox specific script handle the deployment of the base VM/container using the built in template system. Here the scripts seem to take the same base approach but rather than reusing or adapting existing VM/container build definitions they manually reimplement the steps in a slightly different syntax. Unless it becomes wildly popular to do this specifically on Proxmox for many years that means the selection will be small and constantly going out of date. I've found 1) invaluable though. It was hard to see where to get up to date scripts for certain post install tasks (nag buster, non-enterprise repo) especially as things were slightly different on PBE vs PVE and it wasn't always immediately clear if a script supported both or where to get a script for the other if not. |
|