add service should start on boot

This commit is contained in:
Ruben Blanco 2023-10-23 17:15:57 +02:00
parent ecfee88353
commit b149f29430
1 changed files with 6 additions and 0 deletions

View File

@ -32,3 +32,9 @@
backup: true
notify: Restart fail2ban
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# service should start on boot.
- name: service should start on boot
service:
name: "{{ fail2ban_daemon }}"
enabled: yes
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++