From 6be613d07ddc6d0b1e4b73f93c0fa1c0b1f7ba10 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 24 Nov 2013 03:53:39 +0100 Subject: Postfix master (nullmailer) configuration We use a dedicated instance for each role: MDA, MTA out, MX, etc. --- common.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common.yml (limited to 'common.yml') diff --git a/common.yml b/common.yml new file mode 100644 index 0000000..9720dba --- /dev/null +++ b/common.yml @@ -0,0 +1,8 @@ +--- +- name: Common tasks + hosts: all + sudo: True + vars_files: + - vars.yml + roles: + - common -- cgit v1.2.3