Skip to content

Commit

Permalink
Add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Sep 3, 2020
1 parent dc30fb2 commit 0734671
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@
- fail2ban
- fail2ban-install

- name: remove debian default jail defaults-debian.conf
- name: remove configuration file - /etc/fail2ban/jail.d/defaults-debian.conf
file:
state: absent
path: /etc/fail2ban/jail.d/defaults-debian.conf

notify: restart fail2ban
tags:
- configuration
- fail2ban
- fail2ban-configuration
- fail2ban-configuration-delete

- name: update configuration file - /etc/fail2ban/fail2ban.local
template:
src: etc/fail2ban/fail2ban.local.j2
Expand All @@ -28,6 +34,7 @@
- configuration
- fail2ban
- fail2ban-configuration
- fail2ban-configuration-update

- name: update configuration file - /etc/fail2ban/jail.local
template:
Expand All @@ -41,6 +48,7 @@
- configuration
- fail2ban
- fail2ban-configuration
- fail2ban-configuration-update

- name: copy filters
copy:
Expand Down

0 comments on commit 0734671

Please sign in to comment.