mirror of https://github.com/ceph/ceph-ansible.git
11 lines
193 B
YAML
11 lines
193 B
YAML
|
---
|
||
|
# 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
|