freeipa.ansible_freeipa.ipaclient_fix_ca (1.8.4) — module

Fix IPA ca certificate

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

Repair Fix IPA ca certificate

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Fix IPA ca certificate
  freeipa.ansible_freeipa.ipaclient_fix_ca:
    servers: ["server1.example.com","server2.example.com"]
    realm: EXAMPLE.COM
    basedn: dc=example,dc=com
    allow_repair: yes

Inputs

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

basedn:
    description: The basedn of the IPA server (of the form dc=example,dc=com)
    required: false

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

allow_repair:
    description: 'Allow repair of already joined hosts. Contrary to ipaclient_force_join

      the host entry will not be changed on the server

      '
    required: false