mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
18 lines
317 B
YAML
18 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"
|