freeipa.ansible_freeipa.ipaserver_setup_otpd (1.11.1) — module

Setup OTPD

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 OTPD

Inputs

    
realm:
    description: Kerberos realm name of the IPA deployment
    required: true
    type: str

hostname:
    description: Fully qualified name of this host
    required: false
    type: str

setup_ca:
    default: false
    description: Configure a dogtag CA
    required: false
    type: bool