freeipa.ansible_freeipa.ipaclient_setup_krb5 (1.8.4) — module

Setup krb5 for IPA client

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 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: true

sssd:
    description: The installer sssd setting
    required: true

dnsok:
    description: The installer dnsok setting
    required: true

force:
    description: Installer force parameter
    required: true

realm:
    description: Kerberos realm name of the IPA deployment
    required: true

domain:
    description: Primary DNS domain of the IPA deployment
    required: true

servers:
    description: Fully qualified name of IPA servers to enroll to
    required: true

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

client_domain:
    description: Primary DNS domain of the IPA deployment
    required: true