[INFO] Créer le dépôt

This commit is contained in:
2023-05-24 11:44:34 +02:00
parent 914a2ebf4e
commit 9a3e036411
9 changed files with 192 additions and 4 deletions

7
tasks/installation.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# tasks file for fail2ban
- name: Installer le paquet
ansible.builtin.apt:
name: fail2ban
become: true