freeipa.ansible_freeipa.ipaserver_setup_adtrust (1.11.1) — module

Setup trust ad

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 trust ad

Inputs

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

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

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

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

setup_adtrust:
    default: false
    description: Configure AD trust capability
    required: false
    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

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