aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-24 15:04:49 +0300
committerheqnx <root@heqnx.com>2025-05-24 15:04:49 +0300
commit007be4c334fdd072ff5c058f68c7b373c3ddf7b7 (patch)
tree0b901b120a20db99d762fd7798d0fb2e55e0c43d
parentfe8725f518d9a9ca0e47c1638605a98bdb72140c (diff)
downloadansible-playbooks-007be4c334fdd072ff5c058f68c7b373c3ddf7b7.tar.gz
ansible-playbooks-007be4c334fdd072ff5c058f68c7b373c3ddf7b7.zip
uncommented tasks
-rw-r--r--attackbox/playbook.yaml12
1 files 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