sap.sap_operations.hdbuserstore_info (1.25.0) — module

Get information from HANA user store (HANA command hdbsuserstore)

| "added in version" 1.0.0 of sap.sap_operations"

Authors: Ondra Machacek (@machacekondra)

Install collection

Install with ansible-galaxy collection install sap.sap_operations:==1.25.0


Add to requirements.yml

  collections:
    - name: sap.sap_operations
      version: 1.25.0

Description

Get information from HANA user store (HANA command hdbsuserstore) Key name is returned in case key exists (set previously)


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get info about the key mykey from HDB user store
  sap.sap_operations.hdbuserstore_info:
    key: mykey

Inputs

    
key:
    description:
    - Get info about the I(key).
    type: str

binary_path:
    default: ''
    description:
    - Custom path of the I(hdbuserstore) binary.
    required: false
    type: str

Outputs

stdout:
  description: HDB key info
  returned: always
  type: str