X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/6d75c873754f955e7bb8d08b653131a0348db088..0aacb9f875a40b18dfbbc01b705b5337bf872368:/email.yml diff --git a/email.yml b/email.yml index 91f02f9..42fb0a5 100644 --- 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