Skip to content

Commit

Permalink
Install Wireshark
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Jan 5, 2023
1 parent 8567e4b commit c4a5bb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Install all your applications and configure everything the way you like it with
- [[https://unity3d.com/get-unity/download][Unity]]
- [[https://docs.unity3d.com/Manual/GettingStartedInstallingHub.html][Unity Hub]]
- [[https://www.videolan.org/vlc/download-macosx.html][VLC]]
- [[https://www.wireshark.org/][Wireshark]]
- [[https://www.xquartz.org/][XQuartz]]
- [[https://classic.youneedabudget.com/][YNAB]] (disabled by default, I use the online version and the application
binary isn't available anymore)
Expand Down
3 changes: 3 additions & 0 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@
- role: vtop
tags: [observability, npm-pkg, vtop]

- role: wireshark
tags: [observability, brew-cask-pkg, wireshark]

############################################################################
# Data Systems #############################################################
############################################################################
Expand Down
5 changes: 5 additions & 0 deletions roles/wireshark/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- name: Install Wireshark
homebrew_cask:
name: wireshark
state: latest

0 comments on commit c4a5bb3

Please sign in to comment.