freeipa.ansible_freeipa.ipareplica_setup_adtrust (1.11.1) — module

Setup adtrust

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 adtrust

Inputs

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

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

rid_base:
    description: Start value for mapping UIDs and GIDs to RIDs
    required: false
    type: int

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

setup_kra:
    description: Configure a dogtag KRA
    required: false
    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

enable_compat:
    default: false
    description: Enable support for trusted domains for old clients
    required: false
    type: bool

setup_adtrust:
    description: Configure AD trust capability
    required: true
    type: bool

secondary_rid_base:
    description: Start value of the secondary range for mapping UIDs and GIDs to RIDs
    required: false
    type: int

adtrust_netbios_name:
    description: The adtrust netbios_name setting
    required: true
    type: str

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

adtrust_reset_netbios_name:
    description: The adtrust reset_netbios_name setting
    required: true
    type: bool