ansible-role-common/tasks/usertools-Debian.yml

15 lines
285 B
YAML
Raw Normal View History

2019-10-14 06:47:22 +00:00
---
# Common/Usertools: User's Main Machine/ Developer Tools - Debian Version
- name: Usertools - Install user's working utilities
become: true
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
diff: false