summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/configure-nfs/vars/debian.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-17xci: configure-nfs: Install the NFS server packageMarkos Chandras1-1/+1
We need to explicitly install the nfs server package instead of bundling it to the dib image since not every node needs it. Change-Id: I73f59f4ed582359df80ea08712b433537c087aea Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-08-25xci: playbooks: configure-nfs: Prepare for multi-distro supportMarkos Chandras1-0/+11
There is nothing Ubuntu specific in this role apart from the nfs server service name. As such we remove the block statement and make the service name configurable in order to prepare for multidistribution support. Change-Id: I3c8202315fc49b5e5afc2a0d03eaf80d83db5f4c Signed-off-by: Markos Chandras <mchandras@suse.de>