aboutsummaryrefslogtreecommitdiff
path: root/roles/sliver-c2/vars/main.yaml
blob: ba9786ac73eb188817f54706ffd72e1112a0a17c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
install_path: /opt/sliver
sliver_operators:
  - operator01
  - operator02
  - operator03
  - operator04
  - operator05