freeipa.ansible_freeipa.ipareplica_enable_ipa (1.11.1) — module

Enable IPA

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

Enable IPA Enable IPA

Inputs

    
ccache:
    description: The local ccache
    required: true
    type: str

_top_dir:
    description: The installer _top_dir setting
    required: true
    type: str

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

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

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

subject_base:
    description: The certificate subject base (default O=<realm-name>). RDNs are in LDAP
      order (most specific RDN first).
    required: true
    type: str

hidden_replica:
    default: false
    description: Install a hidden replica
    required: false
    type: bool

config_master_host_name:
    description: The config master_host_name setting
    required: true
    type: str