installation: add section about unattended/automatic installation

Mention and briefly explain it. The main part of the documentation will
live in the Wiki for now as it applies to not just Proxmox Mail Gateway.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
[SI: adapt to pve-docs, replace 'on bare-metal' to 'with the ISO' ]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Aaron Lauterer 2024-04-18 18:09:49 +02:00 committed by Stoiko Ivanov
parent a646466b9d
commit 727296f369

View File

@ -345,6 +345,26 @@ parameter.
Then press `Ctrl-X` or `F10` to boot the configuration.
[[pmg_install_unattended]]
Unattended Installation
-----------------------
It is possible to install {pmg} automatically in an unattended manner. This
enables you to fully automate the setup process with the ISO. Once the
installation is complete and the host has booted up, automation tools like
Ansible can be used to further configure the installation.
The necessary options for the installer must be provided in an answer file. This
file allows the use of filter rules to determine which disks and network cards
should be used.
To use the automated installation, it is first necessary to prepare an
installation ISO.
https://pve.proxmox.com/wiki/Automated_Installation[Visit our wiki] for more
details and information on the unattended installation.
[[pmg_install_on_debian]]
Install {pmg} on Debian
-----------------------