Replaced all by the list of host groups to be able to run the playbook with non-ceph servers.

pull/88/head
Alexis Lahouze 2014-06-26 09:52:06 +02:00
parent a608b65cdd
commit 8b3f428f1f
2 changed files with 10 additions and 2 deletions

View File

@ -9,7 +9,11 @@
# /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\
- hosts: all
- hosts:
- mons
- osds
- mdss
- rgws
sudo: True
roles:
- common

View File

@ -1,7 +1,11 @@
---
# Defines deployment design and assigns role to server groups
- hosts: all
- hosts:
- mons
- osds
- mdss
- rgws
sudo: True
roles:
- common