blob: de1c8829a8e83a10d8e4bc8659cb23521d5b98b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
- hosts: new.theopensourceway.org
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
- local_deploy
- role: httpd
website_url: www.theopensourceway.org
document_root: /var/www/website
- deploy_website
- mailman_lists
- cgit
|