From 170dc68f9275dffb48fbe3f8ebb2183cd7ddf111 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 1 Jul 2014 14:38:52 +0200 Subject: Outgoing SMTP proxy. --- out.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 out.yml (limited to 'out.yml') diff --git a/out.yml b/out.yml new file mode 100644 index 0000000..5b1206c --- /dev/null +++ b/out.yml @@ -0,0 +1,8 @@ +--- +- name: Configure the outgoing SMTP proxy + hosts: out + roles: + - { role: out, inst: out } + tags: + - mail + - postfix -- cgit v1.2.3