mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
06f0cf71b5
Add Wireshark
17 lines
317 B
YAML
17 lines
317 B
YAML
---
|
|
# enable or disable the application
|
|
wireshark_enabled: false
|
|
wireshark_available_externally: false
|
|
|
|
# directories
|
|
wireshark_data_directory: "{{ docker_home }}/wireshark"
|
|
|
|
# uid / gid
|
|
wireshark_user_id: "1000"
|
|
wireshark_group_id: "1000"
|
|
|
|
# network
|
|
wireshark_hostname: "wireshark"
|
|
|
|
# specs
|
|
wireshark_memory: "512m"
|