From: Alfredo Deza Date: Tue, 16 Feb 2016 12:09:54 +0000 (-0500) Subject: separate the agent so it doesn't break standard installs X-Git-Tag: v1.0.0~32^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8358a0349cd8810b468a3dbb485721738275533;p=ceph-ansible.git separate the agent so it doesn't break standard installs Mainly because some packages are still not there for upstream which will cause it to break installs that would otherwise would succeed Signed-off-by: Alfredo Deza --- diff --git a/site.yml.sample b/site.yml.sample index d6948a5f2..26d629eec 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -7,6 +7,11 @@ - ceph-mon - ceph-agent +- hosts: agents + become: True + roles: + - ceph-agent + - hosts: osds become: True roles: