ceph-ansible/roles/ceph-fetch-keys
Daniel Marks 7371e9a668 Better --check compatibility for ceph-fetch-keys role
Carefully chosen "always_run: true" parameters for read-only tasks that
register variables. This enables --check runs (at least on deployed
clusters).
2016-11-26 20:42:08 +01: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 Better --check compatibility for ceph-fetch-keys role 2016-11-26 20:42:08 +01: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.