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]
|
[sshd]
|
||||||
enabled = true
|
enabled = true
|
||||||
filter = sshd
|
filter = sshd
|
||||||
notify: Restart fail2ban
|
# notify: Restart fail2ban
|
||||||
|
|
||||||
- name: Start fail2ban on boot
|
- name: Start fail2ban on boot
|
||||||
service:
|
service:
|
||||||
name: fail2ban
|
name: fail2ban
|
||||||
enabled: true
|
enabled: false
|
||||||
state: started
|
state: stopped
|
||||||
|
|
Loading…
Reference in a new issue