Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebowski89/ombi_docker_suite
Standalone Ansible Role for the setting up of Ombi (Docker)
https://github.com/lebowski89/ombi_docker_suite
ansible ansible-galaxy ansible-role automation cloudflare docker embi homelab-automation homelab-setup homelabbing lidarr mariadb ombi plex plexmediaserver pvr radarr servarr sonarr traefik
Last synced: about 2 months ago
JSON representation
Standalone Ansible Role for the setting up of Ombi (Docker)
- Host: GitHub
- URL: https://github.com/lebowski89/ombi_docker_suite
- Owner: Lebowski89
- Created: 2024-10-02T07:03:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T21:32:48.000Z (3 months ago)
- Last Synced: 2024-11-15T22:27:30.389Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, automation, cloudflare, docker, embi, homelab-automation, homelab-setup, homelabbing, lidarr, mariadb, ombi, plex, plexmediaserver, pvr, radarr, servarr, sonarr, traefik
- Language: Jinja
- Homepage: https://galaxy.ansible.com/ui/standalone/roles/Lebowski89/ombi_docker_suite/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ombi Suite
=========Standalone Ansible role to automate the full set-up of Ombi - a media request app for Plex and Emby users.
- Includes the installation of Docker (Debian-based distros) and Ansible dependencies within the role.
- Includes the option of setting up and connecting Ombi to a Mariadb database.
- Includes the option of creating a Cloudflare DNS record for your Ombi instance for reverse proxy purposes.
- Includes the option of joining Ombi to an existing Traefik docker network (or creating one if none exists).Docker containers included: ombi, mariadb
What this role is: First and foremost, this role has been crafted and designed to serve the needs of.. me.
However, when and where possible - the role has included toggles, conditionals, and tasks to improve compatiblity and usability.
This role is intended for someone who has ansible installed and wants to deploy these apps locally or onto a remote system.Defining 'Standalone': This role is designed to deploy the above apps and their companions and nothing more. It includes all
required defaults/variables within the role, and is designed to get these apps up and running within a single role. It is not
designed to be a one-stop OS overhaul. Those needing maximum ease, compatibility, and a large support base should try Saltbox.