andrewjlowery.raddar.host_config (1.0.0) — module

This Module will add indexers to Radarr

| "added in version" 1.0.0 of andrewjlowery.raddar"

Authors: Andrew Lower (@andrewjlowery)

Install collection

Install with ansible-galaxy collection install andrewjlowery.raddar:==1.0.0


Add to requirements.yml

  collections:
    - name: andrewjlowery.raddar
      version: 1.0.0

Description

This Module will add indexers to Radarr

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Set log level to Debug
- name: Set log level to Debug
  andrewjlowery.raddar.host_config:
    log_level: Debug

Inputs

    
login_host:
    default: localhost
    description: This is the host that you want to connect to
    required: false
    type: str

login_port:
    default: 7878
    description: This is the port that you want to connect to
    required: false
    type: int

login_api_key:
    description: login api key
    required: true
    type: str

Outputs

original_message:
  description: The api data passed to raddar
  returned: always
  sample:
    analyticsEnabled: true
    applicationUrl: ''
    authenticationMethod: none
    backupFolder: Backups
    backupInterval: 7
    backupRetention: 28
    bindAddress: '*'
    branch: master
    certificateValidation: enabled
    consoleLogLevel: ''
    enableSsl: false
    id: 1
    instanceName: Radarr
    launchBrowser: true
    logLevel: Debug
    port: 7878
    proxyBypassFilter: ''
    proxyBypassLocalAddresses: true
    proxyEnabled: false
    proxyHostname: ''
    proxyPassword: ''
    proxyPort: 8080
    proxyType: http
    proxyUsername: ''
    sslCertPassword: ''
    sslCertPath: ''
    sslPort: 9898
    updateAutomatically: false
    updateMechanism: docker
    updateScriptPath: ''
    urlBase: ''
  type: json