From 727959a86ad324e1efbbd6fa279326c90ac83b5e Mon Sep 17 00:00:00 2001 From: Mateo Date: Tue, 16 Jul 2024 11:51:32 +0200 Subject: [PATCH] Vuls install --- install_vuls.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 install_vuls.yml diff --git a/install_vuls.yml b/install_vuls.yml new file mode 100644 index 0000000..aad0e80 --- /dev/null +++ b/install_vuls.yml @@ -0,0 +1,17 @@ +- 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