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 /sliver-c2/vars/packages.yaml | |
parent | e905a6a60ceb43ef2bfa8f0f61c23630955caf1f (diff) | |
download | ansible-playbooks-7c8ed923df3c02338dfbf826fd6fd9a23dac502e.tar.gz ansible-playbooks-7c8ed923df3c02338dfbf826fd6fd9a23dac502e.zip |
moved unorganized playbooks into old folder
Diffstat (limited to 'sliver-c2/vars/packages.yaml')
-rw-r--r-- | sliver-c2/vars/packages.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sliver-c2/vars/packages.yaml b/sliver-c2/vars/packages.yaml deleted file mode 100644 index d670cca..0000000 --- a/sliver-c2/vars/packages.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apt_packages: - - binutils-mingw-w64 - - build-essential - - curl - - fail2ban - - gcc - - git - - g++-mingw-w64 - - gpg - - libpcap-dev - - mingw-w64 - - musl - - musl-dev - - nmap - - openssl - - python3 - - python3-pip - - tmux - - ufw - - unattended-upgrades - - wget |