andrewjlowery / andrewjlowery.raddar / 1.0.0 / module / host_config This Module will add indexers to Radarr | "added in version" 1.0.0 of andrewjlowery.raddar" Authors: Andrew Lower (@andrewjlowery)andrewjlowery.raddar.host_config (1.0.0) — module
Install with ansible-galaxy collection install andrewjlowery.raddar:==1.0.0
collections: - name: andrewjlowery.raddar version: 1.0.0
This Module will add indexers to Radarr
# Set log level to Debug - name: Set log level to Debug andrewjlowery.raddar.host_config: log_level: Debug
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
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