diff options
Diffstat (limited to 'attackbox/playbook.yaml')
-rw-r--r-- | attackbox/playbook.yaml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/attackbox/playbook.yaml b/attackbox/playbook.yaml index 333e58e..fb5d379 100644 --- a/attackbox/playbook.yaml +++ b/attackbox/playbook.yaml @@ -4,13 +4,12 @@ vars_files: - vars/packages.yaml tasks: - - 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/go_tools.yaml - - import_tasks: tasks/github_repos.yaml - - import_tasks: tasks/generate_readme.yaml - handlers: - - name: update grub - command: update-grub + - 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/tor_install.yaml + #- import_tasks: tasks/go_tools.yaml + #- import_tasks: tasks/github_repos.yaml + #- import_tasks: tasks/generate_readme.yaml |