ceph-ansible/roles/ceph-nfs
Andy McCrae e99351b95b Fix install of nfs-ganesha-ceph for Debian/SuSE
The Debian and SuSE installs for nfs-ganesha on the non-rhcs repository
requires you to allow_unauthenticated for Debian, and disable_gpg_check
for SuSE. The nfs-ganesha-rgw package already does this, but the
nfs-ganesha-ceph package will fail to install because of this same
issue.

This PR moves the installations to happen when the appropriate flags are
set to True (nfs_obj_gw & nfs_file_gw), but does it per distro (one for
SuSE and one for Debian) so that the appropriate flag can be passed to
ignore the GPG check.
2018-05-04 15:13:59 +02:00
..
defaults refactor the way we copy keys 2018-04-18 16:46:33 +02:00
files Include ganesha dbus config file 2017-10-31 08:30:12 +01:00
meta ceph-nfs: Add support for openSUSE Leap distributions 2017-11-14 10:51:23 +00:00
tasks Fix install of nfs-ganesha-ceph for Debian/SuSE 2018-05-04 15:13:59 +02:00
templates ceph-nfs: disable attribute caching 2018-05-04 09:47:54 +02:00
LICENSE Add support for Ceph NFS Gateway 2016-06-22 13:29:11 -04:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-nfs

Documentation is available at http://docs.ceph.com/ceph-ansible/.