mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1849 from ceph/client-external
client: do not copy admin key by defaultpull/1852/head v3.0.0rc6
commit
7e954f5bc0
|
@ -11,7 +11,7 @@ dummy:
|
||||||
# GENERAL #
|
# GENERAL #
|
||||||
###########
|
###########
|
||||||
|
|
||||||
#fetch_directory: fetch/
|
#copy_admin_key: false
|
||||||
|
|
||||||
#user_config: false
|
#user_config: false
|
||||||
#pools:
|
#pools:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# GENERAL #
|
# GENERAL #
|
||||||
###########
|
###########
|
||||||
|
|
||||||
fetch_directory: fetch/
|
copy_admin_key: false
|
||||||
|
|
||||||
user_config: false
|
user_config: false
|
||||||
pools:
|
pools:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue