[pve-devel] [PATCH docs] installation: add section about unattended/automatic installation

Aaron Lauterer a.lauterer at proxmox.com
Thu Apr 18 18:07:42 CEST 2024


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 VE.

Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
 pve-installation.adoc | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pve-installation.adoc b/pve-installation.adoc
index 274d9ad..e33a8c0 100644
--- a/pve-installation.adoc
+++ b/pve-installation.adoc
@@ -374,6 +374,24 @@ parameter.
 
 Then press `Ctrl-X` or `F10` to boot the configuration.
 
+[[installation_unattended]]
+Unattended Installation
+-----------------------
+
+It is possible to install {pve} automatically in an unattended manner. This
+makes it possible to fully automate the setup of {pve} on bare-metal. Once the
+installation is done and the host has booted up, automation tools like Ansible
+can be used to further configure the installation.
+
+The options for the installer have to be provided in an answer file. This
+answer file allows using filter rules to decide which disks and network card
+should be used. It is also possible to run custom commands in the installation
+environment prior and after the installation.
+
+It is necessary to prepare the installation ISO to be usable for the automated
+installation. https://pve.proxmox.com/wiki/Automated_Installation[Visit our wiki]
+for more details and information on the unattended installation.
+
 ifndef::wiki[]
 
 Install {pve} on Debian
-- 
2.39.2





More information about the pve-devel mailing list