Remove opensnitch

It doesn't quite work as expected. It seems to only detect DNS requests for apps, which is kinda useless
This commit is contained in:
Jake Howard 2019-06-13 14:16:37 +01:00
parent 2f203f5d4b
commit 998e2834b0
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 0 additions and 29 deletions

View File

@ -1,5 +0,0 @@
{
"default_timeout": 60,
"default_action": "allow",
"default_duration": "until restart"
}

View File

@ -40,4 +40,3 @@
with_items:
- 'flameshot'
- 'libinput-gestures'
- 'opensnitch_ui'

View File

@ -3,7 +3,6 @@
- '1EDDE2CDFC025D17F6DA9EC0ADAE6AD28A8F901A' # Sublime Text
- 'EF6E286DDA85EA2A4BA7DE684E2C6E8793298290' # Tor Browser
- '9D5F1C051D146843CDA4858BDE64825E7CBC0D51' # ArchStrike
- '748231EBCBD808A14F5E85D28C004C2F93481F6B' # Opensnitch
- name: Install pacman config
template:

View File

@ -7,7 +7,6 @@
when: "item not in installed_packages.stdout_lines"
with_items:
- 'enpass-bin'
- 'opensnitch-git'
- 'qomui'
- 'wireguard-arch'
- 'wireguard-tools'
@ -18,24 +17,3 @@
dest: "{{ home }}/.ssh/assh.yml"
mode: 0644
owner: "{{ user }}"
- name: "Create opensnitch config directory"
file:
path: '{{ home }}/.opensnitch/'
state: directory
owner: "{{ user }}"
mode: 0755
- name: Install opensnitch config
copy:
src: ./files/opensnitch.json
dest: "{{ home }}/.opensnitch/ui-config.json"
mode: 0644
owner: "{{ user }}"
- name: Enable opensnitch
systemd:
name: "opensnitchd"
enabled: true
state: started