14 lines
227 B
YAML
14 lines
227 B
YAML
---
|
|
# Variables spécifiques au hardening
|
|
required_packages_debian:
|
|
- curl
|
|
- wget
|
|
- git
|
|
- unzip
|
|
- htop
|
|
- vim
|
|
- sudo
|
|
- systemd
|
|
|
|
ssh_config_path: /etc/ssh/sshd_config
|
|
fail2ban_config_path: /etc/fail2ban/jail.local |