sagikazarmark / ansible-role-qbittorrent-nox

Ansible Role: qBittorrent nox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: qBittorrent nox

GitHub Workflow Status Ansible Galaxy quality downloads

Installs qBittorrent nox (no X) on Debian and Ubuntu (Raspbian too) (based on the official documentation).

Role Variables

Variable Default Description
qbittorrent_nox_package_state present Package state (present or latest to upgrade)
qbittorrent_nox_user qbtuser Service user name
qbittorrent_nox_user_groups [] Additional groups to add the service user to
qbittorrent_nox_webui_port 8080 WebUI port number

Example Playbook

- hosts: servers
    roles:
        - { role: sagikazarmark.qbittorrent_nox }

License

The MIT License (MIT). Please see License File for more information.

About

Ansible Role: qBittorrent nox

License:MIT License