ceph-ansible/roles/ceph-agent
Daniel Marks 767c5c1c86 Better --check compatibility for ceph-agent 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 17:35:57 +01:00
..
defaults fix wording on defaults main.yml 2016-02-15 07:50:09 -05:00
meta ceph-agent and key fix platform RHEL key 2016-02-29 16:49:12 +01:00
tasks Better --check compatibility for ceph-agent role 2016-11-26 17:35:57 +01:00
templates create a template for the ceph agent minion 2016-02-12 13:08:32 -05:00
LICENSE initial files for the ceph-agent role 2016-02-12 11:53:15 -05:00
README.md initial files for the ceph-agent role 2016-02-12 11:53:15 -05:00

README.md

Ansible role: Ceph Storage Agent

This role bootstraps the Ceph Storage Agent.

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: servers
  remote_user: ubuntu
  roles:
     - { role: leseb.ceph-agent }

Contribution

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

License

Apache

Author Information

This role was created by Alfredo Deza.