--- - name: Install common diagnostic tools hosts: all become: true tasks: - name: Install essential packages package: name: - htop - curl - wget - net-tools - iperf3 - ncdu - vim - git state: present