1
0
Fork 0

Disable ansible for now

This commit is contained in:
Andrew Tomaka 2023-02-19 19:33:15 -05:00
parent 6ebb99e148
commit 4921c932d6
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 3 additions and 3 deletions

View File

@ -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