diff --git a/files/opensnitch.json b/files/opensnitch.json deleted file mode 100644 index 13e3fff..0000000 --- a/files/opensnitch.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "default_timeout": 60, - "default_action": "allow", - "default_duration": "until restart" -} diff --git a/tasks/autostart.yml b/tasks/autostart.yml index e7e4d14..db0076a 100644 --- a/tasks/autostart.yml +++ b/tasks/autostart.yml @@ -40,4 +40,3 @@ with_items: - 'flameshot' - 'libinput-gestures' - - 'opensnitch_ui' diff --git a/tasks/packages.yml b/tasks/packages.yml index 3b8606c..5e2e552 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -3,7 +3,6 @@ - '1EDDE2CDFC025D17F6DA9EC0ADAE6AD28A8F901A' # Sublime Text - 'EF6E286DDA85EA2A4BA7DE684E2C6E8793298290' # Tor Browser - '9D5F1C051D146843CDA4858BDE64825E7CBC0D51' # ArchStrike - - '748231EBCBD808A14F5E85D28C004C2F93481F6B' # Opensnitch - name: Install pacman config template: diff --git a/tasks/security.yml b/tasks/security.yml index 9a4c1af..638992c 100644 --- a/tasks/security.yml +++ b/tasks/security.yml @@ -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