ceph-ansible/roles/ceph-fetch-keys
9seconds 0184469229 Allow to propagate cluster name to ceph-fetch-keys
ceph-fetch-keys role currently works only if cluster name is 'ceph'.
This commit allows to set custom cluster name in 'defaults' in the same
fashion as other roles do.
2016-10-07 09:06:22 +03: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 Allow to propagate cluster name to ceph-fetch-keys 2016-10-07 09:06:22 +03: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.