community.lbry.lbry_address_list (0.1.1) — module

List account addresses.

| "added in version" 1.0.0 of community.lbry"

Authors: Rhys Campbell (@rhysmeister)

Install collection

Install with ansible-galaxy collection install community.lbry:==0.1.1


Add to requirements.yml

  collections:
    - name: community.lbry
      version: 0.1.1

Description

List account addresses.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: List all the addresses
  community.lbry.lbry_address_list:
  register: result

Inputs

    
host:
    aliases:
    - login_host
    default: 127.0.0.1
    description:
    - The LBRY SDK Server Hostname.
    type: str

port:
    aliases:
    - login_port
    default: 5279
    description:
    - The LBRY SDK Server Port.
    type: int

debug:
    default: false
    description:
    - Show additional debug output.
    type: bool

protocol:
    default: http
    description:
    - The LBRY SDK Server Protocol.
    type: str

Outputs

addresses:
  description: List of dicts providing the addresses available.
  returned: on success
  sample:
  - account: mfaeim8b36T4j9wsYdyyui3ZpvfRaBvUo8
    address: mjxKPXWKSqWQTQv4QbgvQPo2m9wPhU5G6Y
    pubkey: tpubDA9GDAntyJu4rZckAEC4cdKx1eh3gDTibq6fopttFzKL5aKCSJDtpy57Reorz3hPpwo82SAKqe5MsCAYEcNHauYYkVu2GgsSPMf1zhwXSAq
    used_times: 0
  type: list