Hi, got Proxmox installed. Now want to install some VMs but would like to use a simple setup rather than painfully going trough an install. I’ve read I could accomplish this via ansible. Are there ready playbooks you can hack? Presumably I would need to have Proxmox understand playbooks?

  • Zwuzelmaus@feddit.org
    link
    fedilink
    English
    arrow-up
    14
    ·
    10 months ago

    Besides ansible, also have a look at “templates” and “cloud-init” for VM generation.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 months ago

      I personally would avoid Cloud init as it is largely a Ubuntu thing.

      Instead look into Flatcar or bootable containers

        • Possibly linux@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 months ago

          You also could just use Ansible

          Cloud init adds overhead to a clean Debian install. I’ve never really liked it personally.