fimfarchive/operations/common/tasks/util.yml
2017-05-27 21:44:37 +02:00

15 lines
184 B
YAML

---
#
# Installs common utilities.
#
- name: Install utilities
apt:
name: "{{ item }}"
state: present
with_items:
- bmon
- htop
- iotop
- screen
- vim