Merge pull request #88 from Sysnove/hosts

Replaced all by the list of host groups to be able to run the playbook with non-ceph servers.
pull/95/head
Leseb 2014-07-08 14:12:22 +02:00
commit be26352a2c
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