- Replace legacy utils/run_once.yml with the new helpers utils/once_flag.yml and utils/once_finalize.yml - Introduce utils/compose_up.yml to ensure docker-compose stacks are up and to flush handlers safely without coupling to run-once flags - Migrate all affected roles (desk-*, dev-*, sys-ctl-*, sys-svc-*, web-app-*, web-svc-*, util-*) to the new run-once helpers - Rework sys-svc-msmtp to auto-load Mailu once per deploy, check reachability, and reuse the running stack instead of requiring multiple playbook passes - Adjust web-app-mailu to integrate cert deployment, handler flushing, and run-once handling so Mailu is fully initialized in a single deploy - Improve Matomo, CDN, logout and CSP/health-check related roles to cooperate with the new compose_up / once_* pattern - Simplify alarm/backup/timer/service orchestration (sys-ctl-alm-*, sys-bkp-provider, sys-timer-cln-bkps, etc.) by moving run-once logic into dedicated 01_core.yml files - Update integration tests so utils/once_flag.yml and utils/once_finalize.yml are recognised as valid run-once providers, keeping the global run_once_* guarantees consistent - Align frontend injection and service dependencies so Mastodon- and Mailu-related services can be brought up coherently within a single deployment cycle rather than several iterations
QBittorrent
Overview
This README is for the desk-qbittorrent role within the infinito repository. This role is specifically crafted for installing qBittorrent, a popular open-source torrent client, on personal computers.
Role Tasks
The main.yml file in the desk-qbittorrent role includes the following task:
- Install Torrent Software:
- This task uses the
kewlfft.aur.aurmodule withyayas the AUR helper to installqbittorrent, a widely-used, free, and easy-to-use torrent client.
- This task uses the
Dependencies
This role depends on:
- dev-yay: Ensures that an Arch User Repository (AUR) helper is installed, which is necessary for installing packages like
qbittorrentthat are not available in the standard repositories.
Purpose and Usage
The desk-qbittorrent role is tailored for users who require a reliable and user-friendly torrent client for downloading and sharing files via the BitTorrent protocol. qBittorrent is known for its balance of features, simplicity, and minimal impact on system resources.
Prerequisites
- Ansible: Required for running this role.
- Arch Linux-based System: The role is designed with Arch Linux distributions in mind, leveraging AUR helpers for package installation.
Running the Role
To utilize this role:
- Clone the
infinitorepository. - Navigate to the
roles/desk-qbittorrentdirectory. - Execute the role using Ansible, ensuring you have the required system permissions for package installation.
Customization
This role is primarily focused on installing qBittorrent, but it can be customized to include additional configurations or related software packages as needed.
Support and Contributions
For support, feedback, or contributions, such as enhancing the role or adding additional torrent-related functionality, please open an issue or submit a pull request in the infinito repository. Contributions that enhance the usability or features of qBittorrent within this role are highly appreciated.