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.