Skip to content

ymajik/ansible-role-wireshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ansible role for wireshark installation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages