This commit updates multiple roles to ensure compatibility with Ansible 2.20. Several include paths and task-loading mechanisms required adjustments, as Ansible 2.20 applies stricter evaluation rules for complex Jinja expressions and no longer resolves certain relative include paths the way Ansible 2.18 did. Key changes: - Replaced legacy once_finalize.yml and once_flag.yml with the new structure under tasks/utils/once/finalize.yml and tasks/utils/once/flag.yml. - Updated all include_tasks statements to use 'path_join' with playbook_dir, ensuring deterministic and absolute file resolution across roles. - Fixed all network helper includes by converting direct relative paths such as 'roles/docker-compose/tasks/utils/network.yml' to proper Jinja-evaluated paths. - Normalized MATOMO_* variable names for consistency with the updated variable scope behavior in Ansible 2.20. - Removed deprecated patterns that were implicitly supported in Ansible 2.18 but break under the more strict variable and path resolution model in 2.20. These changes are part of the full migration step required to ensure the infinito-nexus roles remain stable, deterministic, and forward-compatible with Ansible 2.20. Details of the discussion and reasoning can be found in this conversation: https://chatgpt.com/share/69300a8d-24d4-800f-bec0-e895a695618a
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.