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