add work machine/ dev tools
This commit is contained in:
parent
4ea271dbf0
commit
65aba2e579
8 changed files with 61 additions and 3 deletions
8
tasks/usertools.yml
Normal file
8
tasks/usertools.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue