ansible-common/tasks/pkgs.yml
Frank Villaro-Dixon f2f505cfc8 add more shit
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-04 20:37:55 +02:00

13 lines
194 B
YAML

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