freeipa.ansible_freeipa.ipasmartcard_client_get_vars (1.11.1) — module

Get variables from ipaplatform and python interpreter used for the module.

Authors: Thomas Woerner (@t-woerner)

preview | supported by community

Install collection

Install with ansible-galaxy collection install freeipa.ansible_freeipa:==1.11.1


Add to requirements.yml

  collections:
    - name: freeipa.ansible_freeipa
      version: 1.11.1

Description

Get variables from ipaplatform and python interpreter used for the module.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get VARS from IPA
  freeipa.ansible_freeipa.ipasmartcard_client_get_vars:
  register: ipasmartcard_client_vars

Outputs

NSS_DB_DIR:
  description: paths.NSS_DB_DIR from ipaplatform
  returned: always
  type: str
USE_AUTHSELECT:
  description: True if "AUTHSELECT" is defined in paths
  returned: always
  type: bool
python_interpreter:
  description: Python interpreter from sys.executable
  returned: always
  type: str