ceph-ansible/roles/ceph-fetch-keys
Jason Dillaman 70c2b934ca distribute rbd bootstrap key if available
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2017-08-22 18:55:29 -04:00
..
defaults Allow to propagate cluster name to ceph-fetch-keys 2016-10-07 09:06:22 +03:00
meta ceph-fetch-keys: add dependencies flag to galaxy 2016-03-02 16:58:23 +01:00
tasks distribute rbd bootstrap key if available 2017-08-22 18:55:29 -04:00
LICENSE Adds a new ceph-fetch-keys role 2016-02-18 09:52:26 -06:00
README.md Adds a new ceph-fetch-keys role 2016-02-18 09:52:26 -06:00

README.md

Ansible role: Ceph Fetch Keys

This role connects to mons and fetches all of keys into the local fetch_directory.

Requirements

Nothing, it runs out of the box.

Role variables

Have a look at: defaults/main.yml.

Mandatory variables

None.

Dependencies

None.

Example Playbook

- hosts: mons 
  roles:
     - { role: leseb.ceph-fetch-keys }

Contribution

THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS PULL REQUESTS MUST GO THROUGH CEPH-ANSIBLE

License

Apache

Author Information

This role was created by Andrew Schoen.