From 33bfb10af993faf97a976972f47344ab7ba51edf Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 21 Nov 2019 16:39:42 +0100 Subject: [PATCH] nfs: remove legacy file this file is provided by the packaging (nfs-ganesha) so there's no need to maintain it in ceph-ansible Signed-off-by: Guillaume Abrioux --- roles/ceph-nfs/files/org.ganesha.nfsd.conf | 21 ------------------- .../tasks/pre_requisite_container.yml | 13 ------------ 2 files changed, 34 deletions(-) delete mode 100644 roles/ceph-nfs/files/org.ganesha.nfsd.conf diff --git a/roles/ceph-nfs/files/org.ganesha.nfsd.conf b/roles/ceph-nfs/files/org.ganesha.nfsd.conf deleted file mode 100644 index 8d952b0abc..0000000000 --- a/roles/ceph-nfs/files/org.ganesha.nfsd.conf +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/roles/ceph-nfs/tasks/pre_requisite_container.yml b/roles/ceph-nfs/tasks/pre_requisite_container.yml index 2c96d65239..8112a8e213 100644 --- a/roles/ceph-nfs/tasks/pre_requisite_container.yml +++ b/roles/ceph-nfs/tasks/pre_requisite_container.yml @@ -26,16 +26,3 @@ - item.item.copy_key | bool when: groups.get(mon_group_name, []) | length > 0 -- name: dbus related tasks - block: - - name: create dbus service file - copy: - src: "org.ganesha.nfsd.conf" - dest: /etc/dbus-1/system.d/org.ganesha.nfsd.conf - owner: "root" - group: "root" - mode: "0644" - - - name: reload dbus configuration - command: "killall -SIGHUP dbus-daemon" - when: ceph_nfs_dynamic_exports | bool