summaryrefslogtreecommitdiffstats
path: root/playbooks/osci.theopensourceway.org.yml
blob: b2f72002924226a8595ade55e4fe730d28c687c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
- hosts: osci.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
  - role: swap_file
    size: 1G
    path: /var/swap
  - admin_ssh_keys
  - local_deploy
  - role: httpd
    website_domain: www.theopensourceway.org
    document_root: /var/www/website
  - role: httpd
    website_domain: theopensourceway.org
    redirect: http://www.theopensourceway.org/
  - role: old_wiki
    old_wiki_dir: /var/www/old_server/wiki/
    website_url: www.theopensourceway.org
  - deploy_website
  - mailman_lists
  - cgit
  - mediawiki