devopsarr.lidarr.lidarr_auto_tag_schema_info (1.0.0) — module

Get information about Lidarr auto tag schema.

| "added in version" 1.0.0 of devopsarr.lidarr"

Authors: Fuochi (@Fuochi)

Install collection

Install with ansible-galaxy collection install devopsarr.lidarr:==1.0.0


Add to requirements.yml

  collections:
    - name: devopsarr.lidarr
      version: 1.0.0

Description

Get information about Lidarr auto tag schema.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
# Gather information about all auto tags schema.
- name: Gather information about all auto tags schema
  devopsarr.lidarr.lidarr_auto_tag_schema_info:
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Gather information about a single auto tag schema.
- name: Gather information about a single auto tag schema
  devopsarr.lidarr.lidarr_auto_tag_schema_info:
    name: test

Inputs

    
name:
    description: Name.
    type: str

lidarr_url:
    description: Full Lidarr URL with protocol and port (e.g. `https://test.lidarr.tv:8686`)
    required: true
    type: str

lidarr_api_key:
    description: API key for Lidarr authentication.
    required: true
    type: str

Outputs

auto_tags:
  contains:
    config_contract:
      description: Config contract.
      returned: always
      sample: GenreSpecificationSettings
      type: str
    fields:
      description: field list.
      returned: always
      type: list
    implementation:
      description: Implementation.
      returned: always
      sample: GenreSpecification
      type: str
  description: A list of auto tag.
  elements: dict
  returned: always
  type: list