Add FreeBSD support

This commit is contained in:
Jannik Beyerstedt 2021-05-02 15:37:03 +02:00
parent abb361290f
commit d956618d86
4 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
# Common/Usertools: User's Main Machine/ Developer Tools - FreeBSD Version
- name: usertools - Install user's working utilities
become: yes
ansible.builtin.package:
name: "{{ packages }}"
state: present
vars:
packages:
- nmap
- rsync
- icdiff
- iftop
#- ansible