]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Add option to create client keyring file but not import it 1850/head
authorJohn Fulton <fulton@redhat.com>
Sat, 2 Sep 2017 01:30:04 +0000 (01:30 +0000)
committerJohn Fulton <fulton@redhat.com>
Wed, 6 Sep 2017 13:56:06 +0000 (13:56 +0000)
commita57f61efd9548bac17a8dbaaba47c14fba15a02c
treec92aba4bedc48329fea72d1ed422bf5bcbf40b00
parent0526e1e5f4524e568a0f884934e22ec64a7a2887
Add option to create client keyring file but not import it

Add new boolean parameter for client config create_key_file_only
with a default of false. When create_key_file_only is true, the
client tasks to connect to the external ceph cluster to verify
the key `ceph auth import` the key are skipped.

Fixes: #1848
roles/ceph-client/tasks/create_users_keys.yml