projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
91f02f9ffd99eb6af7f7b96f6515ab3add22e29b
[ansible.git]
/
email.yml
1
- hosts: all:!base_only
2
roles:
3
- postfix
4
- journalwatch
5
tasks:
6
# some basic security stuff that relies on working email
7
- name: install apticron, fail2ban
8
apt: name=apticron,fail2ban state=latest