ansible-personal/roles/common
Alan Orth 1b0a6703b6
roles/common: Update list of abusive IPv4 addresses
This comes from the AbuseIPDB with a confidence level of 95%. I use
the following command to download and sort the IPs:

$ curl -G https://api.abuseipdb.com/api/v2/blacklist -d confidenceMinimum=95 -H "Key: $ABUSEIPDB_API_KEY" -H "Accept: text/plain" | sort > /tmp/ips.txt

Then I add the XML formatting to the file and run it through tidy.
2019-10-18 13:45:59 +03:00
..
files roles/common: Update list of abusive IPv4 addresses 2019-10-18 13:45:59 +03:00
handlers roles/common: Restart firewalld instead of reload 2019-10-05 12:29:30 +03:00
tasks roles/common: Restart firewalld instead of reload 2019-10-05 12:29:30 +03:00
templates roles/common: Relax SSH rate limit in firewalld 2019-10-06 18:27:45 +03:00