wireshark

wireshark

Build Status Ansible Galaxy

Ansible role to install wireshark on Debian based systems

Requirements

None

Role Variables

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

Dependencies

None

Example Playbook

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 }

License

BSD

Author Information

ymajik

About

role to install wireshark

Install
ansible-galaxy install ymajik/ansible-role-wireshark
GitHub repository
License
mit
Downloads
149
Owner