X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/0aacb9f875a40b18dfbbc01b705b5337bf872368..a0ef97a3169e9da8b4618116075d54c49b4292b4:/email.yml diff --git a/email.yml b/email.yml deleted file mode 100644 index 42fb0a5..0000000 --- a/email.yml +++ /dev/null @@ -1,8 +0,0 @@ -- hosts: email - roles: - - postfix - - journalwatch - tasks: - # some basic security stuff that relies on working email - - name: install apticron - apt: name=apticron state=latest