community.lbry.lbry_account_list (0.1.1) — module

List details of all of the accounts.

| "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 details of all of the accounts.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: List all the accounts
  community.lbry.lbry_account_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

accounts:
  description: List of dicts providing the accounts available.
  returned: on success
  sample:
  - address_generator: settings for generating addresses
    certificates: 0
    coins: 0
    encrypted: if account is encrypted
    id: account_id
    is_default: this account is used by default
    ledger: name of crypto currency and network
    name: optional account name
    public_key: extended public key
    satoshis: 0
  type: list