openafs_contrib.openafs.openafs_get_install_paths (1.9.0) — module

Detect installation paths from package installation.

Authors: Michael Meffie

preview | supported by community

Install collection

Install with ansible-galaxy collection install openafs_contrib.openafs:==1.9.0


Add to requirements.yml

  collections:
    - name: openafs_contrib.openafs
      version: 1.9.0

Description

Detect the paths of installed OpenAFS programs and detect configuration directories from installed man pages.

Supports rpm and deb packaging.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get installation paths
  openafs_contrib.openafs.openafs_get_install_paths:
  register: results
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- debug:
    msg: >
      Bins are {{ results.bins }}
      Dirs are {{ results.dirs }}

Inputs

    
package_mgr_type:
    default: autodetect
    description:
    - The package manager type on the node.
    - Supported values are C(rpm) and C(apt).