diff options
author | Michael Scherer <misc@zarb.org> | 2015-03-23 12:24:36 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2015-03-23 12:26:06 +0100 |
commit | 84b940b54a1bebdda3e415782aab1402d6843bce (patch) | |
tree | e8ae0974c7d26647b61050e68900f476b436cacf /playbooks/new.theopensourceway.org.yml | |
parent | 6ea2f9549551cff5a1d20f829b3f7d31d30fb5eb (diff) |
Rename the server
Diffstat (limited to 'playbooks/new.theopensourceway.org.yml')
-rw-r--r-- | playbooks/new.theopensourceway.org.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/playbooks/new.theopensourceway.org.yml b/playbooks/new.theopensourceway.org.yml deleted file mode 100644 index 029cf93..0000000 --- a/playbooks/new.theopensourceway.org.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -- 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/website - - role: old_wiki - old_wiki_dir: /var/www/old_server/wiki/ - website_url: www.theopensourceway.org - - deploy_website - - mailman_lists - - cgit |