mirror of https://github.com/ceph/ceph-ansible.git
client: do not copy admin key by default
Signed-off-by: Sébastien Han <seb@redhat.com>pull/1849/head
parent
5b3ba28607
commit
23a0c26c4f
|
@ -11,7 +11,7 @@ dummy:
|
|||
# GENERAL #
|
||||
###########
|
||||
|
||||
#fetch_directory: fetch/
|
||||
#copy_admin_key: false
|
||||
|
||||
#user_config: false
|
||||
#pools:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# GENERAL #
|
||||
###########
|
||||
|
||||
fetch_directory: fetch/
|
||||
copy_admin_key: false
|
||||
|
||||
user_config: false
|
||||
pools:
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
owner: "ceph"
|
||||
group: "ceph"
|
||||
mode: "0600"
|
||||
when: cephx
|
||||
when:
|
||||
- cephx
|
||||
- copy_admin_key
|
||||
|
||||
- name: check if global key exists in ceph_conf_overrides
|
||||
set_fact:
|
||||
|
|
Loading…
Reference in New Issue