https://github.com/chawcha3/ansible-role-servarr
Ansible role to install and manage Servarr applications (e.g., Radarr, Sonarr) on Linux systems.
https://github.com/chawcha3/ansible-role-servarr
ansible ansible-galaxy ansible-galaxy-role ansible-role lidarr prowlarr radarr readarr servarr sonarr starr whisparr
Last synced: 6 months ago
JSON representation
Ansible role to install and manage Servarr applications (e.g., Radarr, Sonarr) on Linux systems.
- Host: GitHub
- URL: https://github.com/chawcha3/ansible-role-servarr
- Owner: CHAWCHA3
- License: gpl-3.0
- Created: 2025-04-27T06:05:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-27T07:22:38.000Z (6 months ago)
- Last Synced: 2025-04-27T08:25:34.764Z (6 months ago)
- Topics: ansible, ansible-galaxy, ansible-galaxy-role, ansible-role, lidarr, prowlarr, radarr, readarr, servarr, sonarr, starr, whisparr
- Language: Jinja
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Ansible Role for Servarr ๐๏ธ
  
Welcome to the **Ansible Role for Servarr**! This role simplifies the installation and management of Servarr applications, including Radarr, Sonarr, Lidarr, Prowlarr, Readarr, and Whisparr, on Linux systems.
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Supported Applications](#supported-applications)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Releases](#releases)## Overview
The **Ansible Role for Servarr** provides a straightforward way to deploy and manage popular media server applications. It streamlines the process of setting up these applications on your Linux machine, allowing you to focus on enjoying your media.
## Features
- Easy installation of Servarr applications.
- Manage configurations through Ansible playbooks.
- Support for multiple Servarr applications.
- Designed for Linux environments.
- Community-driven updates and support.## Requirements
Before you begin, ensure you have the following:
- Ansible 2.9 or higher.
- A Linux system (Debian, Ubuntu, CentOS, etc.).
- Basic knowledge of Ansible and YAML.## Installation
To install this role, use the following command:
```bash
ansible-galaxy install CHAWCHA3.ansible-role-servarr
```You can also clone the repository directly:
```bash
git clone https://github.com/CHAWCHA3/ansible-role-servarr.git
```## Usage
To use this role in your playbook, include it as follows:
```yaml
- hosts: your_hosts
roles:
- CHAWCHA3.ansible-role-servarr
```This will execute the role and install the specified Servarr applications.
## Configuration
You can customize the installation by providing variables in your playbook or inventory file. Hereโs an example of how to set variables:
```yaml
vars:
servarr_applications:
- radarr
- sonarr
- lidarr
```You can also specify additional configurations as needed. Refer to the role's defaults for more options.
## Supported Applications
This role supports the following Servarr applications:
- **Radarr**: A movie collection manager.
- **Sonarr**: A TV series manager.
- **Lidarr**: A music collection manager.
- **Prowlarr**: An indexer manager for all your apps.
- **Readarr**: A book collection manager.
- **Whisparr**: A private tracker manager.Each application can be installed and configured through this role.
## Contributing
We welcome contributions! If you have suggestions or improvements, please fork the repository and submit a pull request. Make sure to follow the coding standards and include tests for new features.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For questions or feedback, feel free to reach out via GitHub issues or email.
## Releases
You can find the latest releases [here](https://github.com/CHAWCHA3/ansible-role-servarr/releases). Download and execute the appropriate files to stay updated with the latest features and fixes.
---
Thank you for checking out the **Ansible Role for Servarr**! We hope it simplifies your media management tasks. Happy streaming! ๐