update gitea token
This commit is contained in:
12
backup.yml
12
backup.yml
@@ -21,12 +21,12 @@
|
||||
6464
|
||||
token: !vault |
|
||||
$ANSIBLE_VAULT;1.2;AES256;prod
|
||||
63386534653335616161343063363965636232616365323838316236313536623562303636646665
|
||||
6335613338626363353139313435343162363239333164340a306537616564333364653563633266
|
||||
64373463316334343535666439646235346436613637323166343134623261356566656532646362
|
||||
3361323863663663630a613464646332316564343134306263306238613636633533646262623838
|
||||
63613264336635393231366461633532393261353931383135616330616164376138353830663630
|
||||
6263383234363732366533363433376531666137343137633030
|
||||
36663034636138333863626233623737363834333134333235656132333933356237396132383266
|
||||
3266326438656130623337653464633062343433623333620a386561353637613263323837313230
|
||||
66666633373066363862343766646431396632653332333830323136343230336464333635343136
|
||||
3732643432306338640a666334373636653164646135633966333339323935363433663130313235
|
||||
36613831356265373964623464356263333666366539663131396535613633346138613665383864
|
||||
6331393663346638663832313035653765303938376230363936
|
||||
tasks:
|
||||
|
||||
|
||||
|
||||
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
|
||||
14
scan.yml
14
scan.yml
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Install tools
|
||||
- name: SCAN in DOCKER [subfinder + dnsx + httpx + nuclei]
|
||||
hosts: ovh01
|
||||
become: true
|
||||
gather_facts: true
|
||||
@@ -9,12 +9,12 @@
|
||||
user: staffadmin
|
||||
token: !vault |
|
||||
$ANSIBLE_VAULT;1.2;AES256;prod
|
||||
35343365393734313034383961616333633265623037303436653739613935366666373237366562
|
||||
3663316563663439363333396530376139663731346637390a366335333732303134316364363130
|
||||
30313631343534643866383336623837363433303032376264373139306464313866313034663636
|
||||
3961303030373531380a343061326437343066663665613833623533376437326630326432363566
|
||||
37653135666331633532653436656461396131623736353962643632316135633562346631313036
|
||||
6137356332636431643830666461333862613835336631333037
|
||||
36663034636138333863626233623737363834333134333235656132333933356237396132383266
|
||||
3266326438656130623337653464633062343433623333620a386561353637613263323837313230
|
||||
66666633373066363862343766646431396632653332333830323136343230336464333635343136
|
||||
3732643432306338640a666334373636653164646135633966333339323935363433663130313235
|
||||
36613831356265373964623464356263333666366539663131396535613633346138613665383864
|
||||
6331393663346638663832313035653765303938376230363936
|
||||
cloud_upload: true
|
||||
ansible_password: stephane
|
||||
ansible_become_password: stephane
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
65366439343135636634393832636436353764303066653530346232323164376265313039373630
|
||||
3863613961373430340a303866363962353262623030373061616134303366336237346631383539
|
||||
3130
|
||||
|
||||
|
||||
tasks:
|
||||
|
||||
- apt:
|
||||
|
||||
Reference in New Issue
Block a user