Ansible role to install wireshark on Debian based systems
None
Set wireshark_gui to true if you want to enable the graphical user interface
wireshark_user: "{{ lookup('env','USER') }}"
wireshark_gui: false
wireshark_cli: true
wireshark_gui_package: wireshark
wireshark_cli_package: tshark
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: ymajik.wireshark }
BSD
ymajik