answer.toml

  1. E

    Modifing answer.toml

    new to proxmox and saw the automated installations and was trying it out. i got it to work. then i was thinking of adding a post hook block to the TOML, but i can not for the life of me figure out how to manually add somthing to the answer.toml file, or even access the answer.toml file. Any...
  2. R

    Automatic install post procedures

    Hi, Proxmox VE version: 8.4.1 Im creating custom.iso with answer.toml as following: === [global] keyboard = "en-us" country = "us" fqdn = "{{MACHINE_NAME}}.proxmox.local" mailto = "{{MAIL_TO}}" timezone = "UTC" root-password = "{{ROOT_PW}}" [network] source = "from-answer" cidr = "{{IP}}"...