freeipa.ansible_freeipa.ipabackup_get_backup_dir (1.11.1) — module

Get IPA_BACKUP_DIR from ipaplatform

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 IPA_BACKUP_DIR from ipaplatform

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Get IPA_BACKUP_DIR from ipaplatform
- name: Get IPA_BACKUP_DIR from ipaplatform
  freeipa.ansible_freeipa.ipabackup_get_backup_dir:
  register: result

Outputs

backup_dir:
  description: IPA_BACKUP_DIR from ipaplatform
  returned: always
  type: str