From ddb954f111f8bedd082f6ca30b5db75beea771a2 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Mon, 27 Feb 2023 22:52:15 +0100 Subject: [PATCH] backup blacklist --- blacklist/vps-host/etc/sentinel/blacklist | 23 +++++++++++++++++++++++ roles/deploy-web/tasks/deconfigure.yml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/blacklist/vps-host/etc/sentinel/blacklist b/blacklist/vps-host/etc/sentinel/blacklist index 0d07c22..b53a0ce 100644 --- a/blacklist/vps-host/etc/sentinel/blacklist +++ b/blacklist/vps-host/etc/sentinel/blacklist @@ -53,3 +53,26 @@ 89.187.162.187 206.189.38.98 2.57.122.253 +172.105.190.200 +15.188.26.9 +13.49.23.69 +20.87.214.199 +45.55.64.12 +188.166.187.222 +167.71.24.123 +185.213.174.115 +165.232.174.66 +161.35.153.48 +54.219.74.101 +2.57.122.81 +165.22.96.121 +43.153.118.27 +43.153.12.17 +185.180.143.141 +18.144.156.146 +193.56.29.113 +3.129.42.4 +169.197.143.220 +3.15.142.108 +139.162.34.62 +80.66.79.22 diff --git a/roles/deploy-web/tasks/deconfigure.yml b/roles/deploy-web/tasks/deconfigure.yml index 16de21d..a79330b 100644 --- a/roles/deploy-web/tasks/deconfigure.yml +++ b/roles/deploy-web/tasks/deconfigure.yml @@ -2,7 +2,7 @@ fetch: src: /etc/sentinel/blacklist dest: blacklist - tags: [ "backup_balcklist" ] + tags: [ "backup_blacklist" ] - name: Deconfigure stats script