diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/deploy.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |