freeipa.ansible_freeipa.ipaserver_enable_ipa (1.11.1) — module

Enable IPA

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

Enable IPA

Inputs

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

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

setup_dns:
    description: Configure bind with our zone
    required: true
    type: bool