freeipa.ansible_freeipa.ipaserver_setup_kra (1.11.1) — module

Setup KRA

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 KRA

Inputs

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

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

setup_ca:
    description: Configure a dogtag CA
    required: true
    type: bool

setup_kra:
    description: Configure a dogtag KRA
    required: true
    type: bool

dm_password:
    description: Directory Manager password
    required: true
    type: str

pki_config_override:
    description: Path to ini file with config overrides
    required: false
    type: str