---
- name: Install default packages
pkgng:
name: "{{ packages }}"
vars:
packages:
- htop
- git
- gtar
- ncdu
- ntp
- screen
- tmux
- tree
- vim
...