cellinfo
/
ansible.nfs
Archived
2
0
Fork 0
Projet FERMÉ au profit de debops.nfs
This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jeremy Gardais 413fc20c6a Install nfs client for Debian. 2017-07-20 14:01:45 +02:00
defaults Install nfs client for Debian. 2017-07-20 14:01:45 +02:00
handlers Init role. 2017-07-20 11:44:10 +02:00
meta Init role. 2017-07-20 11:44:10 +02:00
tasks Install nfs client for Debian. 2017-07-20 14:01:45 +02:00
tests Init role. 2017-07-20 11:44:10 +02:00
vars Install nfs client for Debian. 2017-07-20 14:01:45 +02:00
.travis.yml Init role. 2017-07-20 11:44:10 +02:00
README.md Install nfs client for Debian. 2017-07-20 14:01:45 +02:00

README.md

NFS

  1. Overview
  2. Role Variables
  3. Example Playbook
  4. Configuration
  5. Development
  6. License
  7. Author Information

Overview

Manage NFS (client) installation.

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].

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.

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

WTFPL

Author Information

Jérémy Gardais