ansible-role-common/tasks/usertools-Debian.yml

16 lines
288 B
YAML
Raw Normal View History

2019-10-14 06:47:22 +00:00
---
# Common/Usertools: User's Main Machine/ Developer Tools - Debian Version
- name: usertools - Install common main machine utilities
become: yes
apt:
name: "{{ packages }}"
state: present
vars:
packages:
- nmap
- rsync
- icdiff
- iftop
- ansible