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