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