freeipa.ansible_freeipa.ipaclient_setup_krb5 (1.11.1) — module

Setup krb5 for IPA client

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 krb5 for IPA client

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Backup and set hostname
- name: Backup and set hostname
  freeipa.ansible_freeipa.ipaclient_setup_krb5:
    server:
    domain:
    realm:
    hostname: client1.example.com

Inputs

    
kdc:
    description: The name or address of the host running the KDC
    required: false
    type: str

sssd:
    default: false
    description: The installer sssd setting
    required: false
    type: bool

dnsok:
    default: false
    description: The installer dnsok setting
    required: false
    type: bool

force:
    default: false
    description: Installer force parameter
    required: false
    type: bool

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

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

servers:
    description: Fully qualified name of IPA servers to enroll to
    elements: str
    required: false
    type: list

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

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