add etherpad role
[ansible.git] / email.yml
index 91f02f9ffd99eb6af7f7b96f6515ab3add22e29b..42fb0a5c34ebc13a576b16604dbad3339dc48028 100644 (file)
--- a/email.yml
+++ b/email.yml
@@ -1,8 +1,8 @@
-- hosts: all:!base_only
+- hosts: email
   roles:
   - postfix
   - 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