freeipa.ansible_freeipa.ipaserver_setup_adtrust (1.8.4) — module

Setup trust ad

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

Setup trust ad

Inputs

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

rid_base:
    description: Start value for mapping UIDs and GIDs to RIDs
    required: true

setup_ca:
    description: Configure a dogtag CA
    required: true

enable_compat:
    description: Enable support for trusted domains for old clients
    required: true

setup_adtrust:
    description: Configure AD trust capability
    required: true

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

adtrust_netbios_name:
    description: The adtrust netbios_name setting
    required: false

adtrust_reset_netbios_name:
    description: The adtrust reset_netbios_name setting
    required: false