ceph-ansible/site.yml

24 lines
312 B
YAML
Raw Normal View History

---
# Defines deployment design and assigns role to server groups
- hosts: mons
sudo: True
roles:
- ceph-mon
2015-04-14 17:40:58 +08:00
- { role: ceph-restapi, when: restapi }
- hosts: osds
sudo: True
roles:
- ceph-osd
- hosts: mdss
sudo: True
roles:
- ceph-mds
- hosts: rgws
sudo: True
roles:
- ceph-radosgw