Simplify wireshark tweak.
This commit is contained in:
parent
6489889860
commit
3b5c78e1a3
1 changed files with 4 additions and 5 deletions
|
@ -72,11 +72,10 @@
|
||||||
default_release: "{{ ansible_distribution_release }}-backports"
|
default_release: "{{ ansible_distribution_release }}-backports"
|
||||||
when: ansible_distribution_release == 'bullseye'
|
when: ansible_distribution_release == 'bullseye'
|
||||||
|
|
||||||
- name: set capabilities (wireshark)
|
- name: Allow users to dump packets for wireshark
|
||||||
capabilities:
|
ansible.builtin.file:
|
||||||
path: /usr/bin/dumpcap
|
path: /usr/bin/dumpcap
|
||||||
capability: cap_net_raw,cap_net_admin+eip
|
mode: '0755'
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Add home dirs to apparmor
|
- name: Add home dirs to apparmor
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
@ -85,7 +84,7 @@
|
||||||
@{HOMEDIRS}+=/srv/samba/schools/default-school/teachers/
|
@{HOMEDIRS}+=/srv/samba/schools/default-school/teachers/
|
||||||
/srv/samba/schools/default-school/students/*/
|
/srv/samba/schools/default-school/students/*/
|
||||||
|
|
||||||
- name: create firefox policies directory
|
- name: Create firefox policies directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /etc/firefox-esr/policies
|
path: /etc/firefox-esr/policies
|
||||||
state: directory
|
state: directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue