Skip to content

Commit

Permalink
inventory: Remove list that is no longer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jbjorkang committed Nov 17, 2023
1 parent cf4ce35 commit 70e1649
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ dns_blocklists_lists:
url: https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt
type: privacy

- name: perflyst-android-tracking
url: https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/android-tracking.txt
type: privacy

- name: telemetry-alexa
url: https://raw.githubusercontent.com/nextdns/native-tracking-domains/main/domains/alexa
type: privacy
Expand Down Expand Up @@ -66,3 +62,7 @@ dns_blocklists_lists:
- name: mullvad-social-blocklist
type: social
content: "{{ lookup('ansible.builtin.file', 'files/social') }}"

- name: mullvad-tracker-blocklist
type: privacy
content: "{{ lookup('ansible.builtin.file', 'files/tracker') }}"

0 comments on commit 70e1649

Please sign in to comment.