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