summaryrefslogtreecommitdiff
path: root/roles/common/tasks/main.yml
blob: bf2dd00a0db2e8eb6a50815f41dcaf99236cb496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: install basic
  package:
    name:
      - rsync
      - psmisc
      - ncat
      - nmap
      - bind9-dnsutils
      - ldnsutils
      - htop
    state: present