From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 6DA0F1FF37F for ; Thu, 18 Apr 2024 18:13:00 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8F66030A54; Thu, 18 Apr 2024 18:13:00 +0200 (CEST) From: Aaron Lauterer To: pbs-devel@lists.proxmox.com Date: Thu, 18 Apr 2024 18:12:26 +0200 Message-Id: <20240418161226.370468-1-a.lauterer@proxmox.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.445 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_ASCII_DIVIDERS 0.8 Email that uses ascii formatting dividers and possible spam tricks KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pbs-devel] [PATCH proxmox-backup] installation: add section about unattended/automatic installation X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" 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 --- 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 +`_ for more details and +information on the unattended installation. Install `Proxmox Backup`_ Server on Debian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.39.2 _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel