new version
Some checks failed
Some checks failed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Installation des paquets de sécurité
|
||||
ansible.builtin.apt:
|
||||
name: "{{ hardening_packages }}"
|
||||
state: present
|
||||
when: ansible_os_family == "Debian"
|
||||
notify: restart fail2ban
|
Reference in New Issue
Block a user