update server-scripts repo URL
[ansible.git] / email.yml
index a4bb8e813f36299cefa7d7797413e0ac26317ca6..42fb0a5c34ebc13a576b16604dbad3339dc48028 100644 (file)
--- a/email.yml
+++ b/email.yml
@@ -1,4 +1,8 @@
-- hosts: all
+- hosts: email
   roles:
   - postfix
   - journalwatch
+  tasks:
+  # some basic security stuff that relies on working email
+  - name: install apticron
+    apt: name=apticron state=latest