-
Notifications
You must be signed in to change notification settings - Fork 9
/
PeekabooAV-install.yml
executable file
·820 lines (736 loc) · 24.1 KB
/
PeekabooAV-install.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
---
#
#
# PeekabooAV Installation Ansible Playbook
#
# this playbook is work in progress
# it has two purposes
# - an easy way to have a fast installation
# - documentation on how to set things up
#
# it can also be used to update an installation
#
#
# by felix bauer felix.bauer@atos.net
#
# 23.08.2017
#
# Copyright (C) 2016-2018 science + computing ag
#
#
#
# This ansible playbook describes and performs a basic installation
# of PeekabooAV
#
# Require minimal ansible version
- hosts: all
tasks:
- name: Check for systemd module in ansible (minimal version required 2.5)
systemd:
- name: Verify ansible version
assert:
that: "ansible_version.full is version_compare('2.5', '>=')"
msg: >
"Minimum ansible version required is 2.5"
# The following code is just to have the owl and info scroll bye slowly.
- name: Print Peekaboo logo
hosts: localhost
become: no
gather_facts: false
vars:
peekabooinst_banner: |
Welcome to the PeekabooAV installer
====================================================================
== =
======== =======
===========? ===========
========================
== ======== ===
= ==== =
+= ? ==== ? ==
== =,,= ==
= ,,,,,,, =+
== =,,,,= ==
+====+=======,====== =====
==========================
==============================
===============77===============
=========77777777777777+========
======77777777777777777777======
=====7777777777777777777777=====
===777777777777777777777777====
===7777777777777777777777777==
==7777777777777777777777777=
+=777777777777777777777777==
==77777777777777777777777=
==777777777777777777777=
+=7777777777777777777=
=7777777777777777=
==777777777777==
==777777==
,,,,,,::::::==::::::,,,,,,
,,,,,,,,,,,,,,, ,,,,,,,,,,,,,
,,,,,,,, ,,,,,,
,,,,, ,,,
,,,
,
tasks:
- debug:
msg: "{{ peekabooinst_banner.split('\n') }}"
- name: Check OS version
hosts: all
tasks:
- fail:
msg: "{{ ansible_distribution }} {{ ansible_distribution_version }} not supported. Please use the version that is specified in README.md"
when: (ansible_distribution != "Ubuntu") or (ansible_distribution_version < "18.04")
- name: Install software packages
hosts: all
gather_facts: no
become: yes
tasks:
- name: Refresh apt package repositories
apt:
update_cache: yes
- name: Install basic tools
apt:
name:
- vim
- ipython3
- less
- iputils-ping
- socket
- netcat
- git
- curl
- socat
- name: Install mysql database and setup users and databases
hosts: mariadb_server
gather_facts: no
become: true
tasks:
- name: Installing Software
apt:
name:
- mariadb-server
# required to be installed globally by our system-installed ansible
# to be able to connect to the database in the next step
- python3-mysqldb
- name: Start database service
systemd:
name: mysql
state: started
- name: Create databases
mysql_db:
name: "{{ item }}"
state: present
encoding: utf8
with_items:
- cuckoo
- peekaboo
- name: Create database user cuckoo
mysql_user:
name: cuckoo
password: "{{ cuckoo_db_password }}"
host: localhost
priv: 'cuckoo.*:ALL,GRANT'
state: present
- name: Create database user peekaboo
mysql_user:
name: peekaboo
password: "{{ peekaboo_db_password }}"
host: localhost
priv: 'peekaboo.*:ALL,GRANT'
state: present
- name: Create a new cuckoo user and group
hosts: cuckoo_server
gather_facts: no
become: true
tasks:
- name: Create a new group cuckoo
group:
name: cuckoo
state: present
gid: 151
- name: Create a new user cuckoo
user:
name: cuckoo
group: cuckoo
uid: 151
home: /var/lib/cuckoo
- name: Install tcpdump and set capability
hosts: cuckoo_server
gather_facts: no
become: true
tasks:
- name: Install tcpdump
apt:
name: tcpdump
state: latest
- name: Restrict access to tcpdump
file:
path: /usr/sbin/tcpdump
# cuckoo stats the sniffer during configuration initialisation so we
# need r+x for group cuckoo here
mode: 0750
owner: root
group: cuckoo
- name: Set capability
capabilities:
path: /usr/sbin/tcpdump
capability: cap_net_raw,cap_net_admin=eip
state: present
- name: Install Cuckoo
hosts: cuckoo_server
gather_facts: no
become: true
vars:
services:
- cuckoo-rooter.service
- cuckoo-web.service
- cuckoo-api.service
- cuckoo.service
processor_unit:
- cuckoo-process@.service
processor_services:
# generate list of service instances from template:
# - cuckoo-process@1.service
# - cuckoo-process@2.service
# - ...
"{{ range(1, cuckoo_processors + 1) | map('regex_replace', '^(.*)$', 'cuckoo-process@\\1.service') | list }}"
legacy_services:
- cuckoohttpd.service
- cuckooapi.service
- cuckoosandbox.service
legacy_service_aliases:
- cuckoo-http.service
- cuckoo-api.service
- cuckoo-sandbox.service
tasks:
- name: Install Cuckoo system dependencies
apt:
name:
- python
- python-dev
- mongodb
- libffi-dev
- libssl-dev
- libjpeg-dev
- zlib1g-dev
- swig
- build-essential
# required to install mysql python module in venv using pip
- libmysqlclient-dev
- name: Install virtualenv command for Ubuntu < 20
apt:
name:
- python-virtualenv
when: ansible_lsb.id == "Ubuntu" and ansible_lsb.major_release | int < 20
- name: Install virtualenv command for Ubuntu >= 20
apt:
name:
- python3-virtualenv
when: ansible_lsb.id == "Ubuntu" and ansible_lsb.major_release | int >= 20
# work around flask not pinning its dependency versions, pulling in a
# werkzeug that is too new for itself. We rely on pip's laziness in
# upgrading leave to this version alone as long as it suffices for flask.
# Should become irrelevant as cuckoo switches to a newer flask which
# supports and pulls in a newer werkzeug. We do this in a separate step to
# avoid conflicts within a single transaction.
- name: Work around flask werkzeug version mismatch
pip:
name:
- werkzeug==0.16.1
virtualenv: /opt/cuckoo
virtualenv_python: python2.7
- name: Install Cuckoo packages
pip:
name:
- pip
- setuptools
- cuckoo
- mysqlclient
virtualenv: /opt/cuckoo
virtualenv_python: python2.7
- name: Stop Cuckoo services
systemd:
name: "{{ item }}"
state: stopped
with_items: "{{ services + processor_services + legacy_services }}"
register: stop_result
failed_when: stop_result is failed and not 'Could not find the requested service' in stop_result.msg
- name: Remove legacy systemd unit files
file:
dest: "/etc/systemd/system/{{ item }}"
state: absent
with_items: "{{ legacy_services + legacy_service_aliases }}"
- name: Copy Cuckoo systemd unit files to /etc
copy:
src: systemd/{{ item }}
dest: /etc/systemd/system/
owner: root
group: root
mode: 0644
backup: true
with_items: "{{ services + processor_unit }}"
- name: Now place wrapper to run vboxmanage command on remote host
# This is necessary to control vm start, stop and snapshot
# restore on the host from within the Peekaboo-VM.
copy:
src: vbox/vboxmanage
dest: /usr/local/bin/
owner: root
group: root
mode: 0755
backup: true
- name: Secure storage directory
file:
path: /var/lib/cuckoo
mode: 0700
- name: Copy /var/lib/cuckoo/vboxmanage.conf
# The configuration contains IP address and username of the
# target user on the host that owns all virtual box vms.
copy:
src: vbox/vboxmanage.conf
dest: /var/lib/cuckoo/vboxmanage.conf
owner: cuckoo
group: cuckoo
mode: 0644
backup: true
- name: Install ssh
apt:
name: ssh
state: latest
- name: Setup ssh key for cuckoo user
file:
path: /var/lib/cuckoo/.ssh
state: directory
mode: 0700
owner: cuckoo
group: cuckoo
- name: This key will have to be allowed on the host to authenticate the vm user
become_user: cuckoo
command: ssh-keygen -t ed25519 -f /var/lib/cuckoo/.ssh/id_ed25519 -P ''
args:
chdir: /var/lib/cuckoo
creates: /var/lib/cuckoo/.ssh/id_ed25519
- name: Create Cuckoo configuration directory /opt/cuckoo/etc
tags: cuckooconf
file:
dest: /opt/cuckoo/etc
state: directory
- name: Instantiate and install custom config overlay for cuckoo
tags: cuckooconf
template:
src: cuckoo/custom.kv.conf
dest: /opt/cuckoo/etc/custom.kv.conf
owner: cuckoo
group: cuckoo
mode: 0600
backup: true
# chicken'n'egg problem here: Cuckoo init connects to the database using
# the old config (if it exists), creates the schema, initializes the cwd
# (if it didn't exist) and then finally writes out the config merged with
# stuff from the key-value config file, including the new database password.
# There does not seem a way to first update the config and then the
# database. Throwing away the whole old cwd seems too drastic a solution.
- name: Check if cuckoo config exists
stat: path=/var/lib/cuckoo/.cuckoo/conf/cuckoo.conf
register: cuckoo_conf
- name: Potentially hack new DB password into old config
tags: cuckooconf
replace:
path: /var/lib/cuckoo/.cuckoo/conf/cuckoo.conf
regexp: '^connection = .*'
replace: "connection = mysql://cuckoo:{{ cuckoo_db_password }}@{{ mariadb_server }}/cuckoo"
when: cuckoo_conf.stat.exists == True
- name: Initial run of Cuckoo to create default configuration in cuckoo $HOME
tags: cuckooconf
become_user: cuckoo
command: /opt/cuckoo/bin/cuckoo init --conf=/opt/cuckoo/etc/custom.kv.conf
args:
chdir: /var/lib/cuckoo
# cuckoo ignores the api token in custom.kv.conf :(
- name: Hack api token into config
tags: cuckooconf
replace:
path: /var/lib/cuckoo/.cuckoo/conf/cuckoo.conf
regexp: '^api_token = .*'
replace: "api_token = {{ cuckoo_api_token }}"
- name: Install cuckoo community signatures
command: /opt/cuckoo/bin/cuckoo community
become_user: cuckoo
args:
chdir: /var/lib/cuckoo
- name: Start and enable Cuckoo services
systemd:
name: "{{ item }}"
enabled: yes
state: started
daemon_reload: yes
with_items: "{{ services + processor_services }}"
- name: Create a new peekaboo user and group
hosts: peekabooav_server
gather_facts: no
become: true
tasks:
- name: Create a new group peekaboo
group:
name: peekaboo
state: present
gid: 150
- name: Create a new user peekaboo
user:
name: peekaboo
group: peekaboo
uid: 150
home: /var/lib/peekaboo
- name: Install Peekaboo
hosts: peekabooav_server
gather_facts: no
become: true
tasks:
- name: Install Peekaboo system dependencies
apt:
name:
- build-essential
# required to install mysql python module in venv using pip
- libmysqlclient-dev
- name: Install Peekaboo python system dependencies
apt:
name:
- python3
- python3-dev
- python3-virtualenv
- name: Check if Peekaboo is switching python versions
stat: path=/opt/peekaboo/bin/python
register: peekaboo_python
- name: Force python version switch in Peekaboo virtualenv
file:
path: /opt/peekaboo/bin/activate
state: absent
when: peekaboo_python.stat.exists and peekaboo_python.stat.lnk_target != "python3"
# the pip module will fall back to pip2 when ansible is run with python2
# even if we forced python3 for the venv. Workaround is to make sure that
# pip2 does not exist in the venv.
- name: Prevent fallback to pip2
file:
path: /opt/peekaboo/bin/pip2
state: absent
- name: Install Peekaboo optional components
pip:
name:
- mysqlclient
virtualenv: /opt/peekaboo
virtualenv_python: "python3"
- name: Install virtualenv command for Ubuntu < 20
pip:
name:
- aiomysql
virtualenv: /opt/peekaboo
virtualenv_python: "python3"
when: ansible_lsb.id == "Ubuntu" and ansible_lsb.major_release | int < 20
- name: Install virtualenv command for Ubuntu >= 20
pip:
name:
- asyncmy
virtualenv: /opt/peekaboo
virtualenv_python: "python3"
when: ansible_lsb.id == "Ubuntu" and ansible_lsb.major_release | int >= 20
- name: Check if we are to install a manually supplied Peekaboo version
stat:
path: PeekabooAV
register: manually_supplied_peekaboo
- name: Potentially warn about usage of manually supplied Peekaboo version
debug:
msg: "CAUTION: Using manually supplied Peekaboo version from PeekabooAV subdirectory"
when: manually_supplied_peekaboo.stat.exists
- name: Install manually supplied Peekaboo
pip:
chdir: PeekabooAV
name: .
state: latest
virtualenv: /opt/peekaboo
when: manually_supplied_peekaboo.stat.exists
- name: Install Peekaboo release from PyPI
pip:
# version is constrained to latest point release of current minor
# release by default
name: peekabooav{{ peekaboo_pip_constraint }}
state: latest
virtualenv: /opt/peekaboo
when: not manually_supplied_peekaboo.stat.exists
- name: Copy Peekaboo systemd unit to /etc
copy:
src: /opt/peekaboo/share/doc/peekaboo/systemd/peekaboo.service
dest: /etc/systemd/system/
owner: root
group: root
mode: 0644
backup: true
- name: Copy mysql proxy systemd unit files to /etc
copy:
src: systemd/{{ item }}
dest: /etc/systemd/system/
owner: root
group: root
mode: 0644
backup: true
with_items:
- mysql-proxy.service
- mysql-proxy.socket
- name: Enable Peekaboo services to run on startup but leave stopped for now
systemd:
name: peekaboo
enabled: yes
state: stopped
daemon_reload: yes
- name: Create Peekaboo configuration directory /opt/peekaboo/etc
tags: peekabooconf
file:
dest: /opt/peekaboo/etc
state: directory
- name: Check if an old Peekaboo configuration exists in /opt/peekaboo
stat: path=/opt/peekaboo/peekaboo.conf
register: peekaboo_conf_old_stat
# does not copy the old file if the presumably already configured target
# already exists
- name: Migrate old Peekaboo config to /opt/peekaboo/etc
tags: peekabooconf
command: cp -a /opt/peekaboo/peekaboo.conf /opt/peekaboo/etc/peekaboo.conf
when: peekaboo_conf_old_stat.stat.exists
args:
creates: /opt/peekaboo/etc/peekaboo.conf
- name: Remove old Peekaboo config in /opt/peekaboo
tags: peekabooconf
file:
dest: /opt/peekaboo/peekaboo.conf
state: absent
# takes a backup of the currently installed version - best compromise
# between preserving admin changes and getting new options rolled out
- name: Place Peekaboo config in /opt/peekaboo/etc
tags: peekabooconf
copy:
src: /opt/peekaboo/share/doc/peekaboo/peekaboo.conf.sample
dest: /opt/peekaboo/etc/peekaboo.conf
owner: root
group: peekaboo
mode: 0640
backup: true
- name: Create Peekaboo drop file directory /opt/peekaboo/etc/peekaboo.conf.d
tags: peekabooconf
file:
dest: /opt/peekaboo/etc/peekaboo.conf.d
state: directory
- name: Place Peekaboo config additions in /opt/peekaboo/etc/peekaboo.conf.d
tags: peekabooconf
template:
src: "{{ item }}"
dest: /opt/peekaboo/etc/peekaboo.conf.d/
owner: root
group: peekaboo
mode: 0640
backup: false
with_fileglob: "peekaboo/peekaboo.conf.d/[0-9][0-9]-*.conf"
- name: Place Peekaboo analyzers.conf in /opt/peekaboo/etc
tags: peekabooconf
copy:
src: /opt/peekaboo/share/doc/peekaboo/analyzers.conf.sample
dest: /opt/peekaboo/etc/analyzers.conf
owner: root
group: peekaboo
mode: 0640
backup: false
- name: Create Peekaboo drop file directory /opt/peekaboo/etc/analyzers.conf.d
tags: peekabooconf
file:
dest: /opt/peekaboo/etc/analyzers.conf.d
state: directory
- name: Place analyzers config additions in /opt/peekaboo/etc/analyzers.conf.d
tags: peekabooconf
template:
src: "{{ item }}"
dest: /opt/peekaboo/etc/analyzers.conf.d/
owner: root
group: peekaboo
mode: 0640
backup: false
with_fileglob: "peekaboo/analyzers.conf.d/[0-9][0-9]-*.conf"
- name: Check if an old Peekaboo ruleset.conf exists in /opt/peekaboo
stat: path=/opt/peekaboo/ruleset.conf
register: ruleset_conf_old_stat
- name: Migrate old Peekaboo ruleset config to /opt/peekaboo/etc
tags: peekabooconf
command: cp -a /opt/peekaboo/ruleset.conf /opt/peekaboo/etc/ruleset.conf
when: ruleset_conf_old_stat.stat.exists
args:
creates: /opt/peekaboo/etc/ruleset.conf
- name: Remove old Peekaboo ruleset config in /opt/peekaboo
tags: peekabooconf
file:
dest: /opt/peekaboo/ruleset.conf
state: absent
- name: Place Peekaboo ruleset.conf in /opt/peekaboo/etc
tags: peekabooconf
copy:
src: /opt/peekaboo/share/doc/peekaboo/ruleset.conf.sample
dest: /opt/peekaboo/etc/ruleset.conf
owner: root
group: root
mode: 0644
backup: true
- name: Create Peekaboo drop file directory /opt/peekaboo/etc/ruleset.conf.d
tags: peekabooconf
file:
dest: /opt/peekaboo/etc/ruleset.conf.d
state: directory
- name: Place ruleset config additions in /opt/peekaboo/etc/ruleset.conf.d
tags: peekabooconf
template:
src: "{{ item }}"
dest: /opt/peekaboo/etc/ruleset.conf.d/
owner: root
group: root
mode: 0644
backup: false
with_fileglob: "peekaboo/ruleset.conf.d/[0-9][0-9]-*.conf"
- name: Place cuckoo processor wrapper in /opt/peekaboo/bin
copy:
src: cuckoo/cuckooprocessor.sh
dest: /opt/peekaboo/bin
owner: root
group: root
mode: 0755
backup: true
- name: Secure storage directory
file:
path: /var/lib/peekaboo
mode: 0700
- name: Start Peekaboo
systemd:
name: peekaboo
state: started
- name: Install amavis and dependencies
hosts: amavis_server
gather_facts: no
become: true
tasks:
- name: Installing software
apt:
name:
- amavisd-new
- arj
- bzip2
- cabextract
- cpio
- file
- gzip
- lhasa
- nomarch
# p7zip-full (7za) needed to correctly identify AES-encrypted ZIPs
# (zip: unsupported compression method 99)
- p7zip-full
- pax
- rar
- unrar
- unzip
- zip
# not for amavis but our plugin
- libwww-perl
- name: Copy amavis configs to conf.d
template:
src: amavis/{{ item }}
dest: /etc/amavis/conf.d/
owner: root
group: root
mode: 0644
backup: true
with_items:
- 15-av_scanners
- 15-content_filter_mode
- 50-peekaboo
- name: Copy amavis plugin to conf.d
copy:
# assumes that peekaboo and amavis are on the same box, needs a rethink
# once those roles are separated
src: /opt/peekaboo/share/doc/peekaboo/amavis/10-ask_peekaboo
dest: /etc/amavis/conf.d/
owner: root
group: root
mode: 0644
backup: true
- name: Restart amavis
systemd:
state: restarted
daemon_reload: yes
name: amavis
- name: Install INetSim
hosts: inetsim_server
gather_facts: no
become: true
tasks:
- name: Installing software
apt:
name:
- inetsim
- iptables
- name: DNAT to INetSim
iptables:
table: nat
chain: PREROUTING
in_interface: enp0s3
jump: DNAT
to_destination: 192.168.56.5
comment: Direct all trafic routed over us directly at us so inetsim gets the connections
become: yes
- name: Copy /etc/inetsim/inetsim.conf
copy:
src: net/inetsim.conf
dest: /etc/inetsim/inetsim.conf
owner: root
group: root
mode: 0644
backup: true
- name: Restart inetsim
systemd:
state: restarted
enabled: yes
daemon_reload: yes
name: inetsim
- name: Install dnsmasq
hosts: dnsmasq_server
gather_facts: no
become: true
tasks:
- name: Installing software
apt:
name:
- dnsmasq
- name: Copy /etc/dnsmasq.conf
copy:
src: vm/dnsmasq.conf
dest: /etc/dnsmasq.conf
owner: root
group: root
mode: 0644
backup: true
- name: Copy /opt/confgenerator.sh
copy:
src: vm/confgenerator.sh
dest: /opt/confgenerator.sh
owner: root
group: root
mode: 0755
backup: true
- name: Clean up installer directory
hosts: localhost
gather_facts: no
tasks:
- name: Remove temporary storage files of deployed passwords
file:
state: absent
path: "{{ item }}"
with_items:
- cuckoo_db_password
- cuckoo_api_token
- cortex_api_token
- peekaboo_db_password