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