2019-10-14 06:47:22 +00:00
|
|
|
---
|
|
|
|
# Common/Usertools: User's Main Machine/ Developer Tools - Debian Version
|
|
|
|
|
2023-04-28 21:25:25 +00:00
|
|
|
- name: Usertools - Install user's working utilities
|
|
|
|
become: true
|
2021-08-28 14:58:03 +00:00
|
|
|
ansible.builtin.apt:
|
2023-07-03 08:17:52 +00:00
|
|
|
name:
|
2019-11-12 20:42:58 +00:00
|
|
|
- nmap
|
|
|
|
- rsync
|
|
|
|
- icdiff
|
|
|
|
- iftop
|
|
|
|
- ansible
|
2023-07-03 08:17:52 +00:00
|
|
|
state: present
|
2023-04-28 21:25:25 +00:00
|
|
|
diff: false
|