update gitea token
This commit is contained in:
6
ivre.yml
6
ivre.yml
@@ -2,10 +2,11 @@
|
||||
- name: IVRE NETWORK SCAN
|
||||
hosts: scaleway
|
||||
become: true
|
||||
gather_facts: true
|
||||
gather_facts: false
|
||||
vars:
|
||||
processes_nmap: 5
|
||||
# source: tower
|
||||
ansible_sudo_pass: stephane
|
||||
target_networks:
|
||||
# - 163.172.16.0/20
|
||||
- 163.172.31.0/20
|
||||
@@ -80,9 +81,10 @@
|
||||
user: "{{ username }}"
|
||||
password: "{{ password }}"
|
||||
headers:
|
||||
Title: "SCAN NETWORK {{ target_network }}"
|
||||
Title: "SCAN NETWORK {{ target_networks | join(',') }}"
|
||||
ta: "globe_with_meridians"
|
||||
body: "scan finished !"
|
||||
status_code: 200
|
||||
delegate_to: localhost
|
||||
tags: toto
|
||||
when: scan2db.failed is false
|
||||
Reference in New Issue
Block a user