mirror of https://github.com/ceph/ceph-ansible.git
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
commit
be26352a2c
|
@ -9,7 +9,11 @@
|
||||||
|
|
||||||
# /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\
|
# /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\
|
||||||
|
|
||||||
- hosts: all
|
- hosts:
|
||||||
|
- mons
|
||||||
|
- osds
|
||||||
|
- mdss
|
||||||
|
- rgws
|
||||||
sudo: True
|
sudo: True
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
|
|
Loading…
Reference in New Issue