https://github.com/sagikazarmark/ansible-role-qbittorrent-nox
Ansible Role: qBittorrent nox
https://github.com/sagikazarmark/ansible-role-qbittorrent-nox
Last synced: 8 months ago
JSON representation
Ansible Role: qBittorrent nox
- Host: GitHub
- URL: https://github.com/sagikazarmark/ansible-role-qbittorrent-nox
- Owner: sagikazarmark
- License: mit
- Created: 2021-03-29T15:17:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T16:54:05.000Z (over 4 years ago)
- Last Synced: 2025-03-06T18:52:44.233Z (8 months ago)
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: qBittorrent nox
[](https://github.com/sagikazarmark/ansible-role-qbittorrent-nox/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/sagikazarmark/qbittorrent_nox)
[](https://galaxy.ansible.com/sagikazarmark/qbittorrent_nox)
[](https://galaxy.ansible.com/sagikazarmark/qbittorrent_nox)
Installs [qBittorrent](https://www.qbittorrent.org/) nox (no X) on Debian and Ubuntu (Raspbian too) (based on the [official documentation](https://github.com/qbittorrent/qBittorrent/wiki/Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer))).
## 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
```yaml
- hosts: servers
roles:
- { role: sagikazarmark.qbittorrent_nox }
```
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.