update gitea token
This commit is contained in:
12
backup.yml
12
backup.yml
@@ -21,12 +21,12 @@
|
|||||||
6464
|
6464
|
||||||
token: !vault |
|
token: !vault |
|
||||||
$ANSIBLE_VAULT;1.2;AES256;prod
|
$ANSIBLE_VAULT;1.2;AES256;prod
|
||||||
63386534653335616161343063363965636232616365323838316236313536623562303636646665
|
36663034636138333863626233623737363834333134333235656132333933356237396132383266
|
||||||
6335613338626363353139313435343162363239333164340a306537616564333364653563633266
|
3266326438656130623337653464633062343433623333620a386561353637613263323837313230
|
||||||
64373463316334343535666439646235346436613637323166343134623261356566656532646362
|
66666633373066363862343766646431396632653332333830323136343230336464333635343136
|
||||||
3361323863663663630a613464646332316564343134306263306238613636633533646262623838
|
3732643432306338640a666334373636653164646135633966333339323935363433663130313235
|
||||||
63613264336635393231366461633532393261353931383135616330616164376138353830663630
|
36613831356265373964623464356263333666366539663131396535613633346138613665383864
|
||||||
6263383234363732366533363433376531666137343137633030
|
6331393663346638663832313035653765303938376230363936
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
6
ivre.yml
6
ivre.yml
@@ -2,10 +2,11 @@
|
|||||||
- name: IVRE NETWORK SCAN
|
- name: IVRE NETWORK SCAN
|
||||||
hosts: scaleway
|
hosts: scaleway
|
||||||
become: true
|
become: true
|
||||||
gather_facts: true
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
processes_nmap: 5
|
processes_nmap: 5
|
||||||
# source: tower
|
# source: tower
|
||||||
|
ansible_sudo_pass: stephane
|
||||||
target_networks:
|
target_networks:
|
||||||
# - 163.172.16.0/20
|
# - 163.172.16.0/20
|
||||||
- 163.172.31.0/20
|
- 163.172.31.0/20
|
||||||
@@ -80,9 +81,10 @@
|
|||||||
user: "{{ username }}"
|
user: "{{ username }}"
|
||||||
password: "{{ password }}"
|
password: "{{ password }}"
|
||||||
headers:
|
headers:
|
||||||
Title: "SCAN NETWORK {{ target_network }}"
|
Title: "SCAN NETWORK {{ target_networks | join(',') }}"
|
||||||
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
|
||||||
|
tags: toto
|
||||||
when: scan2db.failed is false
|
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
|
hosts: ovh01
|
||||||
become: true
|
become: true
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
@@ -9,12 +9,12 @@
|
|||||||
user: staffadmin
|
user: staffadmin
|
||||||
token: !vault |
|
token: !vault |
|
||||||
$ANSIBLE_VAULT;1.2;AES256;prod
|
$ANSIBLE_VAULT;1.2;AES256;prod
|
||||||
35343365393734313034383961616333633265623037303436653739613935366666373237366562
|
36663034636138333863626233623737363834333134333235656132333933356237396132383266
|
||||||
3663316563663439363333396530376139663731346637390a366335333732303134316364363130
|
3266326438656130623337653464633062343433623333620a386561353637613263323837313230
|
||||||
30313631343534643866383336623837363433303032376264373139306464313866313034663636
|
66666633373066363862343766646431396632653332333830323136343230336464333635343136
|
||||||
3961303030373531380a343061326437343066663665613833623533376437326630326432363566
|
3732643432306338640a666334373636653164646135633966333339323935363433663130313235
|
||||||
37653135666331633532653436656461396131623736353962643632316135633562346631313036
|
36613831356265373964623464356263333666366539663131396535613633346138613665383864
|
||||||
6137356332636431643830666461333862613835336631333037
|
6331393663346638663832313035653765303938376230363936
|
||||||
cloud_upload: true
|
cloud_upload: true
|
||||||
ansible_password: stephane
|
ansible_password: stephane
|
||||||
ansible_become_password: stephane
|
ansible_become_password: stephane
|
||||||
|
|||||||
Reference in New Issue
Block a user