projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3717233
)
get rid of fail2ban, it doesnt actually help
author
Ralf Jung
<post@ralfj.de>
Sun, 15 Apr 2018 13:23:25 +0000
(15:23 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sun, 15 Apr 2018 13:24:06 +0000
(15:24 +0200)
email.yml
patch
|
blob
|
history
diff --git
a/email.yml
b/email.yml
index fe289b52a4428ad5a150b6664e7553eefcadbe14..6698af49e0b85736c0598a2e7daa8658373c2d52 100644
(file)
--- a/
email.yml
+++ b/
email.yml
@@
-4,5
+4,8
@@
- journalwatch
tasks:
# some basic security stuff that relies on working email
- - name: install apticron, fail2ban
- apt: name=apticron,fail2ban state=latest
+ - name: install apticron
+ apt: name=apticron state=latest
+ # cleanup
+ - name: clean up fail2ban
+ apt: name=fail2ban state=absent purge=true