Set up fail2ban for nginx, move IPFS gateway to proxy role

This commit is contained in:
Râu Cao
2022-11-22 21:16:27 +01:00
parent 7f545404b1
commit d06f5d7723
33 changed files with 1528 additions and 100 deletions

View File

@@ -0,0 +1,45 @@
{
"name": "fail2ban",
"description": "Installs and configures fail2ban",
"long_description": "",
"maintainer": "Sous-Chefs",
"maintainer_email": "help@sous-chefs.org",
"license": "Apache-2.0",
"platforms": {
"amazon": ">= 0.0.0",
"centos": ">= 0.0.0",
"debian": ">= 0.0.0",
"fedora": ">= 0.0.0",
"oracle": ">= 0.0.0",
"redhat": ">= 0.0.0",
"scientific": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"suse": ">= 0.0.0",
"opensuseleap": ">= 0.0.0"
},
"dependencies": {
"yum-epel": ">= 0.0.0"
},
"providing": {
},
"recipes": {
},
"version": "7.0.4",
"source_url": "https://github.com/chef-cookbooks/fail2ban",
"issues_url": "https://github.com/chef-cookbooks/fail2ban/issues",
"privacy": false,
"chef_versions": [
[
">= 15.3"
]
],
"ohai_versions": [
],
"gems": [
],
"eager_load_libraries": true
}