Add FreeBSD support
This commit is contained in:
parent
abb361290f
commit
d956618d86
4 changed files with 91 additions and 0 deletions
15
tasks/tools-FreeBSD.yml
Normal file
15
tasks/tools-FreeBSD.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# Common/Tools: Additional Tools (depending on OS) - FreeBSD Version
|
||||
# (bind-tools includes dig)
|
||||
|
||||
- name: tools - Install basic utilities
|
||||
become: yes
|
||||
ansible.builtin.package:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
vars:
|
||||
packages:
|
||||
- rsync
|
||||
- bind-tools
|
||||
- htop
|
||||
- unzip
|
Loading…
Add table
Add a link
Reference in a new issue