freeipa.ansible_freeipa.ipaclient_setup_automount (1.8.4) — module

Setup automount for IPA client

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

Setup automount for IPA client

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: IPA extras configurations
  freeipa.ansible_freeipa.ipaclient_setup_automount:
    servers: ["server1.example.com","server2.example.com"]

Inputs

    
sssd:
    description: The installer sssd setting
    required: true

servers:
    description: Fully qualified name of IPA servers to enroll to
    required: false

automount_location:
    description: The automount location
    required: true