debops.debconf
The debconf database is a Debian configuration management system meant to
ease configuration of applications packaged using the .deb
file format.
Debconf allows system administrators to pre-seed the answers to the questions
asked by a given package during installation, allowing for automated and
non-interactive configuration of said package.
The debops.debconf role is built around using debconf to
pre-configure applications installed using .deb
packages. The role is
executed late in the configuration order defined in the site.yml
Ansible
playbook, so that other services required by a given application can be prepared
before its installation.
Copyright
debops.debconf - Configure APT packages using Debconf database
Copyright (C) 2024 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2024 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-or-later
This Ansible role is part of DebOps.
DebOps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
DebOps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DebOps. If not, see https://www.gnu.org/licenses/.