freeipa.ansible_freeipa.ipareplica_master_password (1.11.1) — module

Generate kerberos master password if not given

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

Generate kerberos master password if not given

Inputs

    
master_password:
    description: kerberos master password (normally autogenerated)
    required: false
    type: str

Outputs

password:
  description: The master password
  returned: always
  type: str