From a8358a0349cd8810b468a3dbb485721738275533 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 16 Feb 2016 07:09:54 -0500 Subject: [PATCH] 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 --- site.yml.sample | 5 +++++ 1 file changed, 5 insertions(+) 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: