aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/debian_cloud_server/defaults/main.yml
blob: 8fcd07e978f2d0de3d9296582a4bc0f07e92bf89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
debian_cloud_server_packages:
  # Some common & useful packages:
  - curl
  - dnsutils
  - git
  - man-db
  - ncat
  - net-tools
  - nmap
  - rsync
  - screen
  - telnet
  - tmux
  - vim
  - wget