From 9d2187ad3c4755c8a256aee5b2e3e97d3b9ad36d Mon Sep 17 00:00:00 2001 From: aperez Date: Mon, 1 Dec 2025 20:27:50 +0300 Subject: [PATCH] Local changes over multiple fixes, to skip url on bad formats, to allow send to aria2c service, to adopt ban cli policy testing, pass throught lang and headers from airflow dags if needed --- ansible/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ansible/README.md b/ansible/README.md index 8a00cae..343c56c 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -37,10 +37,3 @@ These playbooks are used for more specific tasks or are called by the main playb - `playbook-dl.yml`: Older worker deployment logic. Superseded by `playbook-worker.yml`. - `playbook-depricated.dl.yml`: Older worker deployment logic. Superseded by `playbook-worker.yml`. -## Current Goal: Disable Camoufox & Enable Aria2 - -The current objective is to modify the worker deployment (`playbook-worker.yml` and its role `roles/ytdlp-worker/tasks/main.yml`) to: -1. **Disable Camoufox**: Prevent the build, configuration generation, and startup of all `camoufox` services. -2. **Enable Aria2**: Ensure the `aria2-pro` service is built and started correctly on worker nodes. - -The `playbook-worker.yml` has already been updated to build the `aria2-pro` image. The next steps will involve modifying `roles/ytdlp-worker/tasks/main.yml` to remove the Camoufox-related tasks.