kembitnl.pmp.getpassword (1.1.6) — lookup

Get the password for an account under a resource

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

Gets the password for an account under a resource.

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

accountname:
    description: The name of the account to lookup
    required: true
    type: str

resourcename:
    description: The name of the resource for the account
    required: true
    type: str

Outputs

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