fail2ban
This commit is contained in:
Vendored
+10
@@ -60,6 +60,16 @@
|
|||||||
"panel": "dedicated"
|
"panel": "dedicated"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "Deploy: fail2ban",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "make deploy-fail2ban",
|
||||||
|
"group": "build",
|
||||||
|
"presentation": {
|
||||||
|
"reveal": "always",
|
||||||
|
"panel": "dedicated"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Build & Push: postfix",
|
"label": "Build & Push: postfix",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- name: fail2ban
|
- name: Fail2ban
|
||||||
hosts: pi
|
hosts: pi
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ ingester:
|
|||||||
replication_factor: 1
|
replication_factor: 1
|
||||||
|
|
||||||
limits_config:
|
limits_config:
|
||||||
|
retention_period: 30d
|
||||||
reject_old_samples: true
|
reject_old_samples: true
|
||||||
reject_old_samples_max_age: 168h
|
reject_old_samples_max_age: 168h
|
||||||
ingestion_rate_mb: 16
|
ingestion_rate_mb: 16
|
||||||
|
|||||||
Reference in New Issue
Block a user