debops.nscd
The Name Service Cache Daemon is a local service which caches NSS database information from remote sources like LDAP, Active Directory or NIS. The service is useful in combination with the nslcd (managed by the debops.nslcd role) to lower the number of queries to the remote databases and make system oprations faster.
The debops.nscd
Ansible role supports two flavors of the caching service,
the original nscd implemented by GNU libc
library, as well as
its drop-in replacement, unscd, created by the BusyBox project. The
unscd version is installed by default.
Copyright
debops.nscd - Manage Name Service Cache Daemon with Ansible
Copyright (C) 2019 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2019 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/.