freeipa.ansible_freeipa.ipabackup_get_backup_dir (1.8.4) — module

Get IPA_BACKUP_DIR from ipaplatform

Authors: Thomas Woerner

preview | supported by community

Install collection

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


Add to requirements.yml

  collections:
    - name: freeipa.ansible_freeipa
      version: 1.8.4

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