From 86957779957b9c0d6013c6f22fbc2bc288cb5a7c Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 4 Sep 2017 11:41:24 +0100 Subject: xci: configure-nfs: Add SUSE support Add ability to restart the NFS server on SUSE hosts. Change-Id: Id5f0edb399151c62302b2e36bb9451ed35501d3f Signed-off-by: Markos Chandras --- xci/playbooks/roles/configure-nfs/vars/suse.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xci/playbooks/roles/configure-nfs/vars/suse.yml (limited to 'xci/playbooks/roles/configure-nfs/vars') diff --git a/xci/playbooks/roles/configure-nfs/vars/suse.yml b/xci/playbooks/roles/configure-nfs/vars/suse.yml new file mode 100644 index 00000000..c60cafa5 --- /dev/null +++ b/xci/playbooks/roles/configure-nfs/vars/suse.yml @@ -0,0 +1,11 @@ +--- +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2017 Ericsson AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +nfs_server_service: "nfs-server" -- cgit