ceph-ansible/roles/ceph-nfs
Sébastien Han aa5c36f19c nfs: several fixes
- move the file fetch/push to the existing task
- rename the include
- generate the ganesha template from ansible
- re-arrange role structure
- re-use tasks for non-container and container
- configure keys for non-container and container
- fix rgw container key collection;

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-22 00:37:32 +02:00
..
defaults nfs: several fixes 2017-09-22 00:37:32 +02:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks nfs: several fixes 2017-09-22 00:37:32 +02:00
templates nfs: ganesha.conf template fixes 2017-09-19 12:45:24 -04:00
LICENSE Add support for Ceph NFS Gateway 2016-06-22 13:29:11 -04:00
README.md Add support for Ceph NFS Gateway 2016-06-22 13:29:11 -04:00

README.md

Ansible role: Ceph NFS Gateway

This role bootstraps Ceph NFS Gateway(s). It can bootstrap dockerized Ceph NFS Gateway(s). NFS support is provided by the NFS Ganesha project.

It can provide one or both of NFS File access (requires at least one ceph-mds role) or NFS Object access (requires at least one ceph-rgw role).

Requirements

Nothing, it runs out of the box.

Role variables

Have a look at: defaults/main.yml.

Mandatory variables

None.

Dependencies

The role ceph.ceph-common must be installed.

Example Playbook

- hosts: servers
  remote_user: ubuntu
  roles:
     - { role: ceph.ceph-nfs }

Contribution

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

License

Apache

Author Information

This role was created by Daniel Gryniewicz.