Add systemd support
This commit is contained in:
parent
1f22db68e1
commit
82ee70aa58
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
- name: Install fail2ban
|
||||
ansible.builtin.apt:
|
||||
pkg: fail2ban
|
||||
pkg:
|
||||
- fail2ban
|
||||
- python3-systemd
|
||||
|
||||
- name: Copy fail2ban config
|
||||
ansible.builtin.template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue