[pbs-devel] [PATCH proxmox-backup] installation: add section about unattended/automatic installation
Aaron Lauterer
a.lauterer at proxmox.com
Thu Apr 18 18:12:26 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 Mail Gateway.
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
docs/installation.rst | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/docs/installation.rst b/docs/installation.rst
index 55eddfb4..a7275751 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -50,6 +50,23 @@ It includes the following:
.. note:: During the installation process, the complete server
is used by default and all existing data is removed.
+Install `Proxmox Backup`_ Server Unattended
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+It is possible to install Proxmox Backup Server automatically in an unattended
+manner. This makes it possible to fully automate the setup of the Backup Server
+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. `Visit our wiki
+<https://pve.proxmox.com/wiki/Automated_Installation>`_ for more details and
+information on the unattended installation.
Install `Proxmox Backup`_ Server on Debian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
2.39.2
More information about the pbs-devel
mailing list