playbooks/roles/common/tasks/main.yml
2020-08-11 00:01:26 +02:00

14 lines
182 B
YAML

---
- name: Install goodies
apt: pkg={{ item }} state=present
with_items:
- pwgen
- apticron
- unattended-upgrades
- htop
- iftop
- iotop
- neovim
- tmux
- git