freeipa.ansible_freeipa.ipaserver_setup_ds (1.8.4) — module

Configure directory server

Authors: Thomas Woerner

preview | supported by community

Install collection

Install with ansible-galaxy collection install freeipa.ansible_freeipa:==1.8.4


Add to requirements.yml

  collections:
    - name: freeipa.ansible_freeipa
      version: 1.8.4

Description

Configure directory server

Inputs

    
idmax:
    description: The max value for the IDs range (default idstart+199999)
    required: false

realm:
    description: Kerberos realm name of the IPA deployment
    required: false

domain:
    description: Primary DNS domain of the IPA deployment
    required: false

idstart:
    description: The starting value for the IDs range (default random)
    required: false

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

password:
    description: Admin user kerberos password
    required: false

setup_ca:
    description: Configure a dogtag CA
    required: true

no_pkinit:
    description: Disable pkinit setup steps
    required: true

ca_subject:
    description: The installer ca_subject setting
    required: true

dm_password:
    description: Directory Manager password
    required: false

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

no_hbac_allow:
    description: Don't install allow_all HBAC rule
    required: true

dirsrv_cert_files:
    description: Files containing the Directory Server SSL certificate and private key
    required: true

dirsrv_config_file:
    description: The path to LDIF file that will be used to modify configuration of dse.ldif
      during installation of the directory server instance
    required: true

_dirsrv_pkcs12_info:
    description: The installer _dirsrv_pkcs12_info setting
    required: true

external_cert_files:
    description: File containing the IPA CA certificate and the external CA certificate
      chain
    required: true