- name: attackbox setup hosts: servers become: true vars_files: - 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/tor_install.yaml #- import_tasks: tasks/go_tools.yaml #- import_tasks: tasks/github_repos.yaml #- import_tasks: tasks/generate_readme.yaml