From: Alexis Lahouze Date: Thu, 26 Jun 2014 07:52:06 +0000 (+0200) Subject: Replaced all by the list of host groups to be able to run the playbook with non-ceph... X-Git-Tag: v1.0.0~346^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F88%2Fhead;p=ceph-ansible.git Replaced all by the list of host groups to be able to run the playbook with non-ceph servers. --- diff --git a/rolling_update.yml b/rolling_update.yml index 66769ec23..114d65b6d 100644 --- a/rolling_update.yml +++ b/rolling_update.yml @@ -9,7 +9,11 @@ # /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\ -- hosts: all +- hosts: + - mons + - osds + - mdss + - rgws sudo: True roles: - common diff --git a/site.yml b/site.yml index a7ca400ca..702e2e32e 100644 --- a/site.yml +++ b/site.yml @@ -1,7 +1,11 @@ --- # Defines deployment design and assigns role to server groups -- hosts: all +- hosts: + - mons + - osds + - mdss + - rgws sudo: True roles: - common