Relay70

Tag: proxmox

  • ProxMox Cloud Template

    ProxMox Cloud Template

    Steps to importing a Cloud Template into ProxMox. We will be using Rocky 9 for this demo. However, any Linux Cloud template should work. Download Image Create Template Import Image to Template Attach Disk Image to Template Set Cound Init drive/Set Boot Disk Change to Template You should now have a Cloud Init enabled Template…

  • Terraform Conditional Module Execution

    Terraform Conditional Module Execution

    An example of how to setup a conditional execution of a module in Terraform. In this Scenario there are two ProxMox modules. One creates a VM, the other creates an LXC. Terraform will prompt for a the machineType if it is not provided on the command line. It will then execute the appropriate module.Reference:https://github.com/relay70/terraform_proxmoxThe above…