add work machine/ dev tools

This commit is contained in:
Jannik Beyerstedt 2019-10-14 08:47:22 +02:00
parent 4ea271dbf0
commit 65aba2e579
8 changed files with 61 additions and 3 deletions

View file

@ -0,0 +1,15 @@
---
# 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