summaryrefslogtreecommitdiffstats
path: root/playbooks/deploy.yml
blob: 76f58bd1527c9f522509ed1fa85bbb800eb4d678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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