add service should start on boot
This commit is contained in:
parent
ecfee88353
commit
b149f29430
|
@ -32,3 +32,9 @@
|
||||||
backup: true
|
backup: true
|
||||||
notify: Restart fail2ban
|
notify: Restart fail2ban
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
# service should start on boot.
|
||||||
|
- name: service should start on boot
|
||||||
|
service:
|
||||||
|
name: "{{ fail2ban_daemon }}"
|
||||||
|
enabled: yes
|
||||||
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
Loading…
Reference in New Issue