projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6698af49e0b85736c0598a2e7daa8658373c2d52
[ansible.git]
/
email.yml
1
- hosts: email
2
roles:
3
- postfix
4
- journalwatch
5
tasks:
6
# some basic security stuff that relies on working email
7
- name: install apticron
8
apt: name=apticron state=latest
9
# cleanup
10
- name: clean up fail2ban
11
apt: name=fail2ban state=absent purge=true