Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
guits-debug-5.0
Guillaume Abrioux 2021-06-16 10:57:10 +02:00
parent 1eb42b143a
commit 74f7b0acc0
2 changed files with 6 additions and 2 deletions

View File

@ -38,6 +38,10 @@
group: root
mode: "0755"
- name: debug
debug:
msg: "{{ nfs_obj_gw | default('__debug__') }}"
- name: generate ganesha configuration file
template:
src: "ganesha.conf.j2"

View File

@ -94,8 +94,8 @@ EXPORT
FSAL {
Name = RGW;
User_Id = "{{ ceph_nfs_rgw_user }}";
Access_Key_Id ="{{ ceph_nfs_rgw_access_key }}";
Secret_Access_Key = "{{ ceph_nfs_rgw_secret_key }}";
Access_Key_Id ="{{ ceph_nfs_rgw_access_key | default('access_key') }}";
Secret_Access_Key = "{{ ceph_nfs_rgw_secret_key | default('secret_key') }}";
}
{{ ganesha_rgw_export_overrides | default(None) }}