Grafana: Move filter to fail2ban-role
This commit is contained in:
parent
16e4c28603
commit
90132f42d5
3 changed files with 0 additions and 29 deletions
|
@ -24,15 +24,3 @@
|
|||
dest: "/etc/monit/conf-enabled/grafana"
|
||||
mode: 0644
|
||||
notify: reload monit
|
||||
|
||||
- name: "grafana | fail2ban-Konfiguration kopieren"
|
||||
ansible.builtin.copy:
|
||||
src: "fail2ban/{{ item.src }}"
|
||||
dest: "/etc/fail2ban/{{ item.dest }}"
|
||||
mode: 0644
|
||||
loop:
|
||||
- src: jail.conf
|
||||
dest: jail.d/grafana.conf
|
||||
- src: filter.conf
|
||||
dest: filter.d/grafana.conf
|
||||
notify: reload fail2ban
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue