freeipa.ansible_freeipa.ipaserver_setup_ds (1.11.1) — module

Configure directory server

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

Configure directory server

Inputs

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

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

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

idstart:
    description: The starting value for the IDs range (default random)
    required: true
    type: int

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

password:
    description: Admin user kerberos password
    required: true
    type: str

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

no_pkinit:
    default: false
    description: Disable pkinit setup steps
    required: false
    type: bool

ca_subject:
    description: The installer ca_subject setting
    required: false
    type: str

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

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

no_hbac_allow:
    default: false
    description: Don't install allow_all HBAC rule
    required: false
    type: bool

dirsrv_cert_files:
    description: Files containing the Directory Server SSL certificate and private key
    elements: str
    required: false
    type: list

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: false
    type: str

_dirsrv_pkcs12_info:
    description: The installer _dirsrv_pkcs12_info setting
    elements: str
    required: false
    type: list

external_cert_files:
    description: File containing the IPA CA certificate and the external CA certificate
      chain
    elements: str
    required: false
    type: list