freeipa / freeipa.ansible_freeipa / 1.11.1 / module / ipaclient_setup_certmonger Setup certmonger for IPA client Authors: Thomas Woerner (@t-woerner) preview | supported by communityfreeipa.ansible_freeipa.ipaclient_setup_certmonger (1.11.1) — module
Install with ansible-galaxy collection install freeipa.ansible_freeipa:==1.11.1
collections: - name: freeipa.ansible_freeipa version: 1.11.1
Setup certmonger for IPA client
- name: Setup certmonger for IPA client freeipa.ansible_freeipa.ipaclient_setup_certmonger: realm: EXAMPLE.COM hostname: client1.example.com subject_base: O=EXAMPLE.COM ca_enabled: true request_cert: false
realm: description: Kerberos realm name of the IPA deployment required: true type: str hostname: description: Fully qualified name of this host required: true type: str ca_enabled: description: Whether the Certificate Authority is enabled or not required: true type: bool request_cert: description: Request certificate for the machine required: true type: bool subject_base: description: 'The certificate subject base (default O=<realm-name>). RDNs are in LDAP order (most specific RDN first). ' required: true type: str