mirror of https://github.com/ceph/ceph-ansible.git
rgw-standalone: also fetch keys from mons
This is to allow for ceph-installer usage of this playbook and to ensure that you have the correct keys locally when bootstrapping. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1307/head
parent
be4cffe782
commit
3964929a56
|
@ -1,8 +1,12 @@
|
|||
---
|
||||
# Run ceph-rgw role standalone
|
||||
|
||||
# Need to load the facts from mons because ceph-common need them to generate the ceph.conf
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue