yavdr / yavdr-ansible

ansible playbooks for yaVDR
GNU General Public License v3.0
11 stars 10 forks source link

Ìnstalling yavdr-network installs (unwanted) nfs-kernel-server #19

Closed hpannenb closed 3 years ago

hpannenb commented 3 years ago

Hi, @seahawk1986 .

I discovered installing yavdr-network but commenting out nfs-server in yavdr07.yml still installs the nfs-server.

It might be related to the default data existing in the role yavdr-network/defaults/main.yml which explicitly sets install-nfs-server: true.

see here

Regards, Holger.

seahawk1986 commented 3 years ago

The package vdr-addon-avahi-linker (wich is installed by the role yavdr-network) has a hard dependency on nfs-kernel-server. To allow for a client-only use (the basic idea behind the avahi-linker is to share recordings in a Mesh-linke fashion) it would be necessary to split this up into several packages.

The variable install-nfs-server is currently unused.

hpannenb commented 3 years ago

Ok. Understood.