ceph-ansible/infrastructure-playbooks/rgw-standalone.yml

11 lines
193 B
YAML
Raw Normal View History

2016-08-17 02:57:01 +08:00
---
# Run ceph-rgw role standalone
# Need to load the facts from mons because ceph-common need them to generate the ceph.conf
- hosts: mons
- hosts: rgws
become: True
roles:
- ceph-rgw