Jeremy Gardais 361a1e0cee | ||
---|---|---|
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates/etc/default | ||
tests | ||
vars | ||
.travis.yml | ||
README.md |
README.md
NFS
Overview
Manage NFS (client) installation and configuration.
Role Variables
- nfs_cli_manage : If
nfs-client
should be managed with this role [default :true
]. - nfs_cli_pkg_state : State of new
nfs-client
package(s) [default :installed
]. - nfs_cli_conf_path : Configuration file for
nfs-client
[default :/etc/default/nfs-common
]. - nfs_cli_conf_tpl : Template used to generate the previous config file [default :
etc/default/nfs-common.j2
].
OS Specific Variables
Please see default value by Operating System file in vars directory.
- nfs_cli_pkg_list : The list of packages to install to provide
nfs-client
.
Example Playbook
- Use defaults vars :
- hosts: serverXYZ
roles:
- role: ipr-cnrs.nfs
Configuration
This role will :
- Install needed packages to provide
nfs-client
. - Manage
nfs-client
configuration files.
Development
This source code comes from our Gogs instance and the Github repo exist just to be able to send the role to Ansible Galaxy…
But feel free to send issue/PR here :)
Thanks to this hook, Github automatically got updates from our Gogs instance :)
License
Author Information
Jérémy Gardais
- Source : on IPR's Gogs
- IPR (Institut de Physique de Rennes)