summaryrefslogtreecommitdiffstats
path: root/playbooks/new.theopensourceway.org.yml
blob: b810b51aa0c405a62a962737ef9ab71e63d10ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- 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/html
  - mailman_lists
  - cgit