Disable ansible for now
This commit is contained in:
parent
6ebb99e148
commit
4921c932d6
1 changed files with 3 additions and 3 deletions
|
@ -27,10 +27,10 @@
|
|||
[sshd]
|
||||
enabled = true
|
||||
filter = sshd
|
||||
notify: Restart fail2ban
|
||||
# notify: Restart fail2ban
|
||||
|
||||
- name: Start fail2ban on boot
|
||||
service:
|
||||
name: fail2ban
|
||||
enabled: true
|
||||
state: started
|
||||
enabled: false
|
||||
state: stopped
|
||||
|
|
Loading…
Reference in a new issue