freeipa.ansible_freeipa.ipaclient_fstore (1.11.1) — module

Backup files using IPA client sysrestore

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

Backup files using IPA client sysrestore

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Backup /etc/krb5.conf
  freeipa.ansible_freeipa.ipaclient_fstore:
    backup: "/etc/krb5.conf"

Inputs

    
backup:
    description: File to backup
    required: true
    type: str