aboutsummaryrefslogtreecommitdiff
path: root/sliver-c2/playbook.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sliver-c2/playbook.yaml')
-rw-r--r--sliver-c2/playbook.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/sliver-c2/playbook.yaml b/sliver-c2/playbook.yaml
deleted file mode 100644
index 2447e16..0000000
--- a/sliver-c2/playbook.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-- name: sliver setup
- hosts: servers
- become: true
- vars_files:
- - vars/packages.yaml
- - vars/sliver.yaml
- tasks:
- - import_tasks: tasks/apt_packages.yaml
- - import_tasks: tasks/golang_install.yaml
- - import_tasks: tasks/harden.yaml
- - import_tasks: tasks/sliver_install.yaml
- - import_tasks: tasks/sliver_systemd.yaml
- - import_tasks: tasks/sliver_configure.yaml
- handlers:
- - import_tasks: handlers/main.yaml