kembitnl.pmp.generatepass (1.1.6) — lookup

Generates a new password using an existing policy in Password Manager Pro

Authors: unknown

Install collection

Install with ansible-galaxy collection install kembitnl.pmp:==1.1.6


Add to requirements.yml

  collections:
    - name: kembitnl.pmp
      version: 1.1.6

Description

This lookup plugin generates a new password using an existing policy.

The PMP URL and authtoken must be set in environment variables PMP_URL and PMP_AUTHTOKEN.

Inputs

    
orgName:
    description: The name of the organization. If omitted, the default organization will
      be used.
    required: false
    type: str

passwordpolicy:
    description: The name of an existing policy
    required: true
    type: str

Outputs

password:
  description: String with the generated password
  returned: on success
  sample: CskezwOMYDhzdnjRGKDLVFPQBTH
  type: str