ceph-ansible/roles/ceph-fetch-keys
Sébastien Han 1f4082f200 update meta for ansible galaxy
Closes: https://github.com/ceph/ceph-ansible/issues/1637
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-08-25 00:05:44 +02:00
..
defaults Allow to propagate cluster name to ceph-fetch-keys 2016-10-07 09:06:22 +03:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02: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.