freeipa.ansible_freeipa.ipaclient_fstore (1.8.4) — module

Backup files using IPA client sysrestore

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

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: false