From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 6C9171FF37F for ; Thu, 18 Apr 2024 18:09:53 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 27142309DA; Thu, 18 Apr 2024 18:09:53 +0200 (CEST) From: Aaron Lauterer To: pmg-devel@lists.proxmox.com Date: Thu, 18 Apr 2024 18:09:49 +0200 Message-Id: <20240418160949.368712-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.045 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_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: [pmg-devel] [PATCH docs] installation: add section about unattended/automatic installation X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pmg-devel-bounces@lists.proxmox.com Sender: "pmg-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 --- pmg-installation.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pmg-installation.adoc b/pmg-installation.adoc index 25d16a7..5cc8fbe 100644 --- a/pmg-installation.adoc +++ b/pmg-installation.adoc @@ -305,6 +305,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 +makes it possible to fully automate the setup of {pmg} 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. + + [[pmg_install_on_debian]] Install {pmg} on Debian ----------------------- -- 2.39.2 _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel