Files
ansible_playbooks/install_vuls.yml
2024-07-16 11:51:32 +02:00

18 lines
366 B
YAML

- name: Install & Setup Vuls
hosts: athelas
become: true
tasks:
- name: Pull docker images
community.docker.docker_image_pull:
name: "{{ item }}"
with_items:
- vuls/go-cve-dictionary
- vuls/goval-dictionary
- vuls/gost
- vuls/go-exploitdb
- vuls/go-msfdb
- vuls/go-kev
- vuls/go-cti
- vuls/vuls