debops.debops_legacy
The debops.debops_legacy
Ansible role can be used to clean up legacy files,
directories, APT packages or dpkg-divert diversions created by
DebOps but no longer used.
The role is not included in the main DebOps playbook to not cause data destruction by mistake. You are advised to use it with caution - it will destroy data on your DebOps hosts. To check the changes that will be done before implementing them, you can run the role against DebOps hosts with:
debops run service/debops_legacy -l <host> --diff --check
Any changes that the role will create on the hosts can be overridden via the Ansible inventory if needed.
Copyright
debops.debops_legacy - Clean up legacy content using Ansible
Copyright (C) 2018 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2018 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-only
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/.