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

16 lines
309 B
YAML
Raw Normal View History

2019-10-14 06:47:22 +00:00
---
# Common/Usertools: User's Main Machine/ Developer Tools - Debian Version
2019-10-14 07:00:23 +00:00
- name: usertools - Install user's working utilities
2019-10-14 06:47:22 +00:00
become: yes
ansible.builtin.apt:
2019-10-14 06:47:22 +00:00
name: "{{ packages }}"
state: present
vars:
packages:
2019-11-12 20:42:58 +00:00
- nmap
- rsync
- icdiff
- iftop
- ansible