[test huge net]
This commit is contained in:
11
ivre.yml
11
ivre.yml
@@ -5,9 +5,9 @@
|
|||||||
gather_facts: true
|
gather_facts: true
|
||||||
vars:
|
vars:
|
||||||
#TODO target in list
|
#TODO target in list
|
||||||
target_network: 163.172.81.0/28
|
target_network: 163.172.0.0/20
|
||||||
processes_nmap: 5
|
processes_nmap: 5
|
||||||
category: scaleway_test
|
category: scale_82
|
||||||
source: tower
|
source: tower
|
||||||
# 163.172.0.0/20
|
# 163.172.0.0/20
|
||||||
# 163.172.16.0/20
|
# 163.172.16.0/20
|
||||||
@@ -35,6 +35,11 @@
|
|||||||
- --network
|
- --network
|
||||||
- "{{ target_network }}"
|
- "{{ target_network }}"
|
||||||
- --output=XMLFork
|
- --output=XMLFork
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
|
- name: Pause for 10 minutes to build app cache
|
||||||
|
ansible.builtin.pause:
|
||||||
|
minutes: 10
|
||||||
|
|
||||||
- name: Run SCAN2DB
|
- name: Run SCAN2DB
|
||||||
community.docker.docker_container_exec:
|
community.docker.docker_container_exec:
|
||||||
@@ -74,5 +79,5 @@
|
|||||||
ta: "globe_with_meridians"
|
ta: "globe_with_meridians"
|
||||||
body: "scan finished !"
|
body: "scan finished !"
|
||||||
status_code: 200
|
status_code: 200
|
||||||
# delegate_to: localhost
|
delegate_to: localhost
|
||||||
when: scan2db.failed is false
|
when: scan2db.failed is false
|
||||||
Reference in New Issue
Block a user