From ca315bf9c292d4757b67a86117e3182c1b0dd680 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 12 Dec 2014 14:28:47 +0100 Subject: Import postfix/mailman from rad --- roles/mailman/meta/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/mailman/meta/main.yml (limited to 'roles/mailman/meta') diff --git a/roles/mailman/meta/main.yml b/roles/mailman/meta/main.yml new file mode 100644 index 0000000..e949ef9 --- /dev/null +++ b/roles/mailman/meta/main.yml @@ -0,0 +1,5 @@ +--- +dependencies: +- { role: postfix } +- { role: httpd, custom_vhost: yes } + -- cgit