From ba46305ac81315ede5db90eff2bd5890af2e2367 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 16 Oct 2017 22:21:58 +0200 Subject: Fix the playbook after the migration out of os1 --- playbooks/osci.theopensourceway.org.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 playbooks/osci.theopensourceway.org.yml (limited to 'playbooks/osci.theopensourceway.org.yml') diff --git a/playbooks/osci.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml new file mode 100644 index 0000000..8d35e39 --- /dev/null +++ b/playbooks/osci.theopensourceway.org.yml @@ -0,0 +1,26 @@ +--- +- 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 + - 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 -- cgit