mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #635 from dvusboy/create_rbd_clients_directory
Create the directory used for rbd-clients socketspull/637/head
commit
42b79cab47
|
@ -9,6 +9,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /var/lib/ceph/bootstrap-rgw
|
- /var/lib/ceph/bootstrap-rgw
|
||||||
- /var/lib/ceph/radosgw/ceph-rgw.{{ ansible_hostname }}
|
- /var/lib/ceph/radosgw/ceph-rgw.{{ ansible_hostname }}
|
||||||
|
- "{{ rbd_client_admin_socket_path }}"
|
||||||
|
|
||||||
- name: copy rados gateway bootstrap key
|
- name: copy rados gateway bootstrap key
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in New Issue