update gitea token

This commit is contained in:
2024-08-29 12:59:28 +02:00
parent 04b41d5d9a
commit 5b979c8926
4 changed files with 18 additions and 16 deletions

View File

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