diff options
Diffstat (limited to 'playbooks/os1.theopensourceway.org.yml')
-rw-r--r-- | playbooks/os1.theopensourceway.org.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/playbooks/os1.theopensourceway.org.yml b/playbooks/os1.theopensourceway.org.yml new file mode 100644 index 0000000..6b7f390 --- /dev/null +++ b/playbooks/os1.theopensourceway.org.yml @@ -0,0 +1,22 @@ +--- +- hosts: os1.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 + - role: old_wiki + old_wiki_dir: /var/www/old_server/wiki/ + website_url: www.theopensourceway.org + - deploy_website + - mailman_lists + - cgit |