diff options
author | heqnx <root@heqnx.com> | 2025-05-25 20:42:06 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 20:42:06 +0300 |
commit | 419478997ce7d61d56ffbfb0d0148784b1e7727c (patch) | |
tree | a1f3d94cb7fe4afe45a0ef523ed07b91a7be9b95 /old/sliver-c2/playbook.yaml | |
parent | 4929a0915888290faaac4f9ae972091c6b383b90 (diff) | |
download | ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.tar.gz ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.zip |
removing old dir
Diffstat (limited to 'old/sliver-c2/playbook.yaml')
-rw-r--r-- | old/sliver-c2/playbook.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/old/sliver-c2/playbook.yaml b/old/sliver-c2/playbook.yaml deleted file mode 100644 index a6629da..0000000 --- a/old/sliver-c2/playbook.yaml +++ /dev/null @@ -1,16 +0,0 @@ -- name: sliver setup - hosts: servers - become: true - vars_files: - - vars/packages.yaml - - vars/sliver.yaml - tasks: - - import_tasks: tasks/ssh_nginx_setup.yaml - - 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 |