ansible-personal/roles
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
..
common roles/common: Update list of abusive IPv4 addresses 2019-10-18 13:45:59 +03:00
mariadb roles/mariadb: Remove login_unix_socket from .my.cnf 2019-09-14 18:32:26 +03:00
munin roles/munin: Don't use loop when installing one package 2018-04-02 15:51:29 +03:00
nginx roles/nginx: Fix hardcoded "stretch" release in sources 2019-09-15 16:03:17 +03:00
php-fpm roles/php-fpm: Fix Ansible template parsing issue 2019-07-23 18:32:27 +03:00