devopsarr.prowlarr.prowlarr_indexer_proxy module – Manages Prowlarr indexer proxy.
Note
This module is part of the devopsarr.prowlarr collection (version 1.0.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install devopsarr.prowlarr
.
To use it in a playbook, specify: devopsarr.prowlarr.prowlarr_indexer_proxy
.
New in devopsarr.prowlarr 1.0.0
Synopsis
Manages Prowlarr indexer proxy.
Parameters
Parameter |
Comments |
---|---|
Config contract. |
|
Configuration field list. |
|
Field name. |
|
Field value. |
|
Implementation. |
|
Name. |
|
API key for Prowlarr authentication. |
|
Full Prowlarr URL with protocol and port (e.g. `https://test.prowlarr.tv:9696`) |
|
Create or delete resource. Choices:
|
|
Tag list. Default: |
|
Flag to force update of secret fields. Choices:
|
Notes
Note
for authentication, you can set service_account_file using the c(PROWLARR_URL) env variable.
for authentication, you can set service_account_contents using the c(PROWLARR_API_KEY) env variable.
Examples
---
# Create a indexer proxy
- name: Create a indexer proxy
devopsarr.prowlarr.prowlarr_indexer_proxy:
name: Example
config_contract: FlareSolverrSettings
implementation: FlareSolverr
fields:
- name: host
value: http://localhost:8191
- name: requestTimeout
value: 60
tags: [1,2]
# Delete a indexer proxy
- name: Delete a indexer proxy
devopsarr.prowlarr.prowlarr_indexer_proxy:
name: Example
state: absent
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Config contract. Returned: always Sample: |
|
field list. Returned: always |
|
Indexer proxy ID. Returned: always Sample: |
|
Implementation. Returned: always Sample: |
|
Name. Returned: always Sample: |
|
Tag list. Returned: always Sample: |