mirror of https://github.com/ceph/ceph-ansible.git
a57f61efd9
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 |
||
---|---|---|
.. | ||
defaults | ||
meta | ||
tasks | ||
LICENSE | ||
README.md |
README.md
Ansible role: Ceph Client
This role bootstraps all the necessary bits to run a Ceph client.
Requirements
Nothing, it runs out of the box.
Role variables
Have a look at: defaults/main.yml
.
Mandatory variables
None.
Dependencies
The role ceph.ceph-common
must be installed.
Example Playbook
- hosts: servers
remote_user: ubuntu
roles:
- { role: ceph.ceph-client }
Contribution
THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS PULL REQUESTS MUST GO THROUGH CEPH-ANSIBLE
License
Apache
Author Information
This role was created by Sébastien Han.