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

8
tasks/usertools.yml Normal file
View file

@ -0,0 +1,8 @@
---
# Common/Usertools: User's Main Machine/ Developer Tools (nmap, rsync, icdiff, iftop, ansible)
- name: usertools - Install common main machine utilities
include_tasks: "{{ item }}"
with_first_found:
- "usertools-{{ ansible_distribution }}.yml"
- "usertools-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"