Commit initial : infrastructure Ansible pour homeserver
- Playbooks Ansible avec rôles (common, cockpit, docker, services) - 30+ stacks Docker Compose avec reverse proxy Traefik - Ansible Vault pour gestion secrets - Intégration CrowdSec pour détection intrusions - Versions images Docker fixées pour reproductibilité
This commit is contained in:
commit
fd01ea59ee
125 changed files with 4768 additions and 0 deletions
6
stacks/crowdsec/config/parsers/s02-enrich/whitelist.yaml
Normal file
6
stacks/crowdsec/config/parsers/s02-enrich/whitelist.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
name: whitelist
|
||||
description: "Whitelist my server public IP"
|
||||
whitelist:
|
||||
reason: "Public IP of my server"
|
||||
ip:
|
||||
- 93.19.127.133
|
||||
Loading…
Add table
Add a link
Reference in a new issue