Fix wireshark for all.
This commit is contained in:
parent
f06c63f8f5
commit
67a9d1e6ef
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
||||||
---
|
---
|
||||||
|
- name: Preseed wireshark to allow users sniffing packets
|
||||||
|
ansible.builtin.debconf:
|
||||||
|
name: wireshark-common
|
||||||
|
question: wireshark-common/install-setuid
|
||||||
|
value: true
|
||||||
|
vtype: boolean
|
||||||
|
|
||||||
- name: Preseed ttf-mscorefonts-installer
|
- name: Preseed ttf-mscorefonts-installer
|
||||||
ansible.builtin.debconf:
|
ansible.builtin.debconf:
|
||||||
name: ttf-mscorefonts-installer
|
name: ttf-mscorefonts-installer
|
||||||
|
@ -105,7 +112,7 @@
|
||||||
Driver=QSQLITE3
|
Driver=QSQLITE3
|
||||||
|
|
||||||
|
|
||||||
- name: Allow users to dump packets for wireshark
|
- name: Allow users to dump packets for wireshark without group membership
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /usr/bin/dumpcap
|
path: /usr/bin/dumpcap
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|
Loading…
Add table
Reference in a new issue