[test huge net]

This commit is contained in:
2024-08-18 12:24:52 +02:00
parent 4132684a2d
commit 1f93317cdf

View File

@@ -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