Merge pull request #1849 from ceph/client-external

client: do not copy admin key by default
pull/1852/head v3.0.0rc6
Sébastien Han 2017-09-02 00:57:24 +02:00 committed by GitHub
commit 7e954f5bc0
3 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@ dummy:
# GENERAL # # GENERAL #
########### ###########
#fetch_directory: fetch/ #copy_admin_key: false
#user_config: false #user_config: false
#pools: #pools:

View File

@ -3,7 +3,7 @@
# GENERAL # # GENERAL #
########### ###########
fetch_directory: fetch/ copy_admin_key: false
user_config: false user_config: false
pools: pools:

View File

@ -6,7 +6,9 @@
owner: "ceph" owner: "ceph"
group: "ceph" group: "ceph"
mode: "0600" mode: "0600"
when: cephx when:
- cephx
- copy_admin_key
- name: check if global key exists in ceph_conf_overrides - name: check if global key exists in ceph_conf_overrides
set_fact: set_fact: