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