From 45f9565c38c96c196e307918eea9076948601c25 Mon Sep 17 00:00:00 2001 From: PC-Admin Date: Wed, 16 Aug 2023 03:54:07 +0800 Subject: [PATCH] update redlight module section to include new server variables --- roles/setup-redlight/tasks/setup_redlight.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/setup-redlight/tasks/setup_redlight.yml b/roles/setup-redlight/tasks/setup_redlight.yml index f3b4c7c..c95ef59 100644 --- a/roles/setup-redlight/tasks/setup_redlight.yml +++ b/roles/setup-redlight/tasks/setup_redlight.yml @@ -60,7 +60,11 @@ redlight_alert_room: "{{ redlight_alert_room }}" redlight_server: "https://{{ server_name }}/_matrix/loj/v1/abuse_lookup" - module: redlight_server_module.RedlightServerModule - config: {} + config: + source_repo_url: "https://code.glowers.club/api/v1/repos/testing-org/rdlist" + git_token: "{{ git_token }}" + source_list_file_path: "dist/summaries.json" + filtered_tags = ["csam", "anarchy"] state: present owner: root group: root