Add FreeBSD support
This commit is contained in:
parent
abb361290f
commit
d956618d86
4 changed files with 91 additions and 0 deletions
15
tasks/usertools-FreeBSD.yml
Normal file
15
tasks/usertools-FreeBSD.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue