From 007be4c334fdd072ff5c058f68c7b373c3ddf7b7 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 24 May 2025 15:04:49 +0300 Subject: uncommented tasks --- attackbox/playbook.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/attackbox/playbook.yaml b/attackbox/playbook.yaml index fb5d379..169fef2 100644 --- a/attackbox/playbook.yaml +++ b/attackbox/playbook.yaml @@ -5,11 +5,11 @@ - vars/packages.yaml tasks: - import_tasks: tasks/handlers.yaml - #- import_tasks: tasks/apt_packages.yaml - #- import_tasks: tasks/harden.yaml - #- import_tasks: tasks/golang_install.yaml - #- import_tasks: tasks/chrome_install.yaml + - import_tasks: tasks/apt_packages.yaml + - import_tasks: tasks/harden.yaml + - import_tasks: tasks/golang_install.yaml + - import_tasks: tasks/chrome_install.yaml - import_tasks: tasks/tor_install.yaml - #- import_tasks: tasks/go_tools.yaml - #- import_tasks: tasks/github_repos.yaml + - import_tasks: tasks/go_tools.yaml + - import_tasks: tasks/github_repos.yaml #- import_tasks: tasks/generate_readme.yaml -- cgit v1.2.3