debops.etckeeper
The debops.etckeeper
Ansible role will install etckeeper, which puts
the /etc
directory under version control. To do this,
etckeeper hooks into the package management and from now on
automatically will commit changes to a local git repository under
/etc/.git/
directory. This makes it easy to see which changes are
applied on a specific host and quickly revert them, if something breaks.
The role will install a special Ansible local fact which will commit any
changes in the /etc
directory as well, usually at the moment the
Ansible facts are gathered.
Copyright
debops.etckeeper - Put /etc under version control using etckeeper
Copyright (C) 2016-2018 Robin Schneider <ypid@riseup.net>
Copyright (C) 2018 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2016-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/.