diff options
author | heqnx <root@heqnx.com> | 2025-05-25 08:23:11 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 08:23:11 +0300 |
commit | 56b09942c04c191b7581a26e1375226d40709a34 (patch) | |
tree | 4042a01a25b62ac16571b1dc86daf9fe2c6313d9 /sliver-c2/vars | |
parent | bcd55b16115ed51075686a68402134680ac80ae9 (diff) | |
download | ansible-playbooks-56b09942c04c191b7581a26e1375226d40709a34.tar.gz ansible-playbooks-56b09942c04c191b7581a26e1375226d40709a34.zip |
added sliver ansible playbook
Diffstat (limited to 'sliver-c2/vars')
-rw-r--r-- | sliver-c2/vars/packages.yaml | 21 | ||||
-rw-r--r-- | sliver-c2/vars/sliver.yaml | 7 |
2 files changed, 28 insertions, 0 deletions
diff --git a/sliver-c2/vars/packages.yaml b/sliver-c2/vars/packages.yaml new file mode 100644 index 0000000..d670cca --- /dev/null +++ b/sliver-c2/vars/packages.yaml @@ -0,0 +1,21 @@ +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 diff --git a/sliver-c2/vars/sliver.yaml b/sliver-c2/vars/sliver.yaml new file mode 100644 index 0000000..5ef0e6c --- /dev/null +++ b/sliver-c2/vars/sliver.yaml @@ -0,0 +1,7 @@ +install_path: /opt/sliver +sliver_operators: + - operator01 + - operator02 + - operator03 + - operator04 + - operator05 |