blob: a0f7c950a293d06bb5be8d3fdeace2f7aded091f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
- 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
|