devopsarr.sonarr.sonarr_indexer_config_info (1.1.1) — module

Get information about Sonarr indexer config.

| "added in version" 0.5.0 of devopsarr.sonarr"

Authors: Fuochi (@Fuochi)

Install collection

Install with ansible-galaxy collection install devopsarr.sonarr:==1.1.1


Add to requirements.yml

  collections:
    - name: devopsarr.sonarr
      version: 1.1.1

Description

Get information about Sonarr indexer config.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
# fetch indexer config
- name: fetch indexer config
  devopsarr.sonarr.sonarr_indexer_config_info:

Inputs

    
sonarr_url:
    description: Full Sonarr URL with protocol and port (e.g. `https://test.sonarr.tv:8989`)
    required: true
    type: str

sonarr_api_key:
    description: API key for Sonarr authentication.
    required: true
    type: str

Outputs

id:
  description: Indexer config ID.
  returned: always
  sample: '1'
  type: int
maximum_size:
  description: Maximum size.
  returned: always
  sample: '0'
  type: int
minimum_age:
  description: Minimum age.
  returned: always
  sample: '0'
  type: int
retention:
  description: Retention.
  returned: always
  sample: '0'
  type: int
rss_sync_interval:
  description: RSS sync interval.
  returned: always
  sample: '100'
  type: int