debops.fhs
designated by the Filesystem Hierarchy Standard for locally-installed
software - for example /usr/local/bin/
for binaries,
/usr/local/src/
for source code, and so on. To allow system
administrators to easily change the preferred location of various resources
without the need to modify multiple roles separately, the debops.fhs
role is a central place which defines base directories for other roles to use.
The base directories are created by the role, and a special
/etc/ansible/facts.d/fhs.fact
script is generated on the host. It
serves dual purpose - the facts are used to ensure that any changes in the
directory paths don't affect existing installations, and can be used by other
Ansible roles to define various resource paths in their variables.
Copyright
debops.fhs - Create base directory hierarchy used by DebOps roles
Copyright (C) 2015-2020 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2015-2020 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/.
See also
Manual pages: hier(7)