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

15 lines
297 B
YAML

---
# Run ceph-rgw role standalone
# Need to load the facts from mons because ceph-common needs them to generate the ceph.conf
# and collect keys from a mon to bootstrap the rgw nodes
- hosts: mons
become: True
roles:
- ceph-fetch-keys
- hosts: rgws
become: True
roles:
- ceph-rgw