projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
extend postfix: vmail and more
[ansible.git]
/
email.yml
diff --git
a/email.yml
b/email.yml
index a4bb8e813f36299cefa7d7797413e0ac26317ca6..91f02f9ffd99eb6af7f7b96f6515ab3add22e29b 100644
(file)
--- a/
email.yml
+++ b/
email.yml
@@
-1,4
+1,8
@@
-- hosts: all
+- hosts: all
:!base_only
roles:
- postfix
- journalwatch
+ tasks:
+ # some basic security stuff that relies on working email
+ - name: install apticron, fail2ban
+ apt: name=apticron,fail2ban state=latest