ansible-common/tasks/pkgs.yml

14 lines
194 B
YAML
Raw Permalink Normal View History

- name: Install some necessary pkgs
ansible.builtin.package:
name: "{{ item }}"
state: present
with_items:
- vim
- tcpdump
- curl
- wget
- iftop
- iotop
- dfc
- htop