Giter Site home page Giter Site logo

ansible-playbooks-seedbox's Introduction

ansible-seedbox-server

Description :

The role will deploy a seedbox installation using rtorrrent with Flood GUI and Jellyfin for the mediacenter

The Docker images used :

Requirements :

A Linux machine and a root user or at least an user with sudo privileges.

Files and folders description

deploy-seedbox.yml : list of role to deploy and the common variables. For instance, here you can edit you timezone or remove role from deployment.

ansible.cfg : contains my custom parameters for ansible.

roles/ : contains the roles used by the playbook deploy-seedbox.yml

hosts/ : contains the hosts file used by the playbook. Here you can define the IP addresses you wan to deploy.

Usage

Clone the repository :

git clone https://github.com/jserlan/ansible-playbooks-seedbox.git

Run the playbook :

ansible-playbook -k -b -K -u $USERNAME -i hosts/default deploy-seedbox.yml

Playbook arguments :

-k (or --ask-pass) : used if you didn't store your ssh key on the remote machine (optional)

-b (or --become) : used if your user need sudo to be granted privileges (optional)

-K (or --ask-become-pass) : used if your user need to set the password for each sudo command (optional)

-i (or --inventory) : set the host file that contains the seedbox group with the IP address(es) to deploy (mandatory)

-u (or --user) : set the remote user (mandatory)

Configuration

Jellyfin :

Once the playbook installation is finished, you can reach Jellyfin by connecting to http://<your IP>:8096/ to set the configuration.

Flood/rtorrent :

One the playbook installation is finished for Flood and rTorrent, you can reach Flood by connecting to http://<your IP>:3000/ to set the configuration.

ansible-playbooks-seedbox's People

Contributors

jserlan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.