From 1f93317cdfb4c61047e9dc84cc70ace57652e46f Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 18 Aug 2024 12:24:52 +0200 Subject: [PATCH] [test huge net] --- ivre.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ivre.yml b/ivre.yml index ebaaba8..b74cc73 100644 --- a/ivre.yml +++ b/ivre.yml @@ -5,9 +5,9 @@ gather_facts: true vars: #TODO target in list - target_network: 163.172.81.0/28 + target_network: 163.172.0.0/20 processes_nmap: 5 - category: scaleway_test + category: scale_82 source: tower # 163.172.0.0/20 # 163.172.16.0/20 @@ -35,6 +35,11 @@ - --network - "{{ target_network }}" - --output=XMLFork + ignore_errors: true + + - name: Pause for 10 minutes to build app cache + ansible.builtin.pause: + minutes: 10 - name: Run SCAN2DB community.docker.docker_container_exec: @@ -74,5 +79,5 @@ ta: "globe_with_meridians" body: "scan finished !" status_code: 200 - # delegate_to: localhost + delegate_to: localhost when: scan2db.failed is false \ No newline at end of file