freeipa.ansible_freeipa.ipaclient_setup_nis (1.11.1) — module

Setup NIS 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 NIS for IPA client

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Setup NIS for IPA client
  freeipa.ansible_freeipa.ipaclient_setup_nis:
    domain: example.com

Inputs

    
domain:
    description: Primary DNS domain of the IPA deployment
    required: true
    type: str

nisdomain:
    description: The NIS domain name
    required: false
    type: str