From 1a8bdfdb1bc941d3ff4ae3b243131238b7261539 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 12 Dec 2014 15:33:24 +0100 Subject: Deploy the lists --- playbooks/deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'playbooks') diff --git a/playbooks/deploy.yml b/playbooks/deploy.yml index 5d5e7c5..76f58bd 100644 --- a/playbooks/deploy.yml +++ b/playbooks/deploy.yml @@ -1,7 +1,15 @@ --- - hosts: new + vars: + mailman_webinterface: lists.theopensourceway.org + mailman_prefix: theopensourceway.org + mailman_lists: + - { name: infrastructure, owner: mscherer@redhat.com} + - { name: metrics-wg, owner: mscherer@redhat.com} + - { name: oss-consulting-wg, owner: mscherer@redhat.com} roles: - base - admin_ssh_keys - httpd - local_deploy + - mailman_lists -- cgit