Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
security-lqdn
Commits
19fbeacd
Commit
19fbeacd
authored
Mar 07, 2022
by
nono
💻
Browse files
Ajout de dépendances pour fail2ban
parent
3ebb075d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/fail2ban.yml
View file @
19fbeacd
...
...
@@ -5,17 +5,24 @@
enabled
:
yes
name
:
fail2ban
-
name
:
Création des dossier log nginx
file
:
path
:
"
/var/log/nginx"
state
:
directory
owner
:
www-data
group
:
www-data
-
name
:
Création des fichiers de error log nginx
file
:
path
:
"
/var/log/nginx/error.log"
state
:
present
state
:
touch
owner
:
www-data
group
:
www-data
-
name
:
Création des fichiers de access log nginx
file
:
path
:
"
/var/log/nginx/access.log"
state
:
present
state
:
touch
owner
:
www-data
group
:
www-data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment