summaryrefslogtreecommitdiffstats
path: root/out.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-07-01 14:38:52 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:52:13 +0200
commit170dc68f9275dffb48fbe3f8ebb2183cd7ddf111 (patch)
tree6049724b1bb2d527a337c2f07e14275b9bc40818 /out.yml
parent909e291291414721b7f7bb4aae471a5c187b02c4 (diff)
Outgoing SMTP proxy.
Diffstat (limited to 'out.yml')
-rw-r--r--out.yml8
1 files changed, 8 insertions, 0 deletions
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