ceph-ansible/roles/ceph-agent
Sébastien Han d100b4e596 name includes and set_fact for clarity
When Ansible is not run with verbose options it's difficult to see which
include and/or set_fact does what. So adding a name for each clarifies.

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-18 23:39:46 +02:00
..
defaults fix wording on defaults main.yml 2016-02-15 07:50:09 -05:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks name includes and set_fact for clarity 2017-09-18 23:39:46 +02: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.