diff options
author | heqnx <root@heqnx.com> | 2025-05-25 11:50:46 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 11:50:46 +0300 |
commit | 7c8ed923df3c02338dfbf826fd6fd9a23dac502e (patch) | |
tree | 929ee32e5a6f32e952bb8fcad33f704a371af9ff /attackbox/playbook.yaml | |
parent | e905a6a60ceb43ef2bfa8f0f61c23630955caf1f (diff) | |
download | ansible-playbooks-7c8ed923df3c02338dfbf826fd6fd9a23dac502e.tar.gz ansible-playbooks-7c8ed923df3c02338dfbf826fd6fd9a23dac502e.zip |
moved unorganized playbooks into old folder
Diffstat (limited to 'attackbox/playbook.yaml')
-rw-r--r-- | attackbox/playbook.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/attackbox/playbook.yaml b/attackbox/playbook.yaml deleted file mode 100644 index dbd436c..0000000 --- a/attackbox/playbook.yaml +++ /dev/null @@ -1,16 +0,0 @@ -- name: attackbox setup - hosts: servers - become: true - 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/tor_install.yaml - - import_tasks: tasks/go_tools.yaml - - import_tasks: tasks/github_repos.yaml - #- import_tasks: tasks/generate_readme.yaml - handlers: - - import_tasks: handlers/main.yaml |