From: Jimmy Tang Date: Thu, 6 Mar 2014 07:49:46 +0000 (+0000) Subject: break out MDS roles into its own group, shouldn't be installing the MDS on every... X-Git-Tag: v1.0.0~393^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb644cab3e830f4700878258bff0bda818cd5d27;p=ceph-ansible.git break out MDS roles into its own group, shouldn't be installing the MDS on every OSD host in this example --- diff --git a/site.yml b/site.yml index 85e3adf89..f1e2f8ae4 100644 --- a/site.yml +++ b/site.yml @@ -15,4 +15,8 @@ sudo: True roles: - osd + +- hosts: mdss + sudo: True + roles: - mds