freeipa.ansible_freeipa.ipaclient_setup_automount (1.11.1) — module

Setup automount for IPA client

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

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:
    default: true
    description: The installer sssd setting
    required: false
    type: bool

servers:
    description: Fully qualified name of IPA servers to enroll to
    elements: str
    required: true
    type: list

automount_location:
    description: The automount location
    required: false
    type: str