WEIGEL FORUM
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    PROXMOX || Clone multiple times from Template

    Linux
    1
    1
    4
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DerMeldosD
      DerMeldos
      last edited by

      I would like to add a different method to add hostnames so they don't have to be the same as the VMID but atm I'm too stupid for that xD

      Version 1.0

      #!/bin/bash
      for VMID in {126..127}
      do
      pct clone 118 $VMID --full
      pct set $VMID --hostname P2P0$VMID
      pct start $VMID
      done
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors