debops.sysfs
sysfs is a Linux kernel virtual
filesystem, usually mounted at /sys
. It provides a file-based interface
to the kernel data structures related to hardware and host configuration. The
filesystem entries can be manipulated by the sysfsutils package
provided by Debian/Ubuntu.
The debops.sysfs
Ansible role can be used to configure sysfs
attributes
in supported environments. It can be used as a standalone role, or a dependent
role to configure sysfs
on behalf of another Ansible role.
Copyright
debops.sysfs - Manage kernel /sys filesystem using sysfsutils
Copyright (C) 2017 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2017 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/.