2
0
Fork 0
This role is NO LONGER SUPPORTED, please take a look to DebOps mount and nfs roles
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 cf98265293 Create mountpoint directory. 2017-07-21 14:48:43 +02:00
defaults Create mountpoint directory. 2017-07-21 14:48:43 +02:00
tasks Create mountpoint directory. 2017-07-21 14:48:43 +02:00
README.md Create mountpoint directory. 2017-07-21 14:48:43 +02:00

README.md

Mounts

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

Overview

Manage to mount local and remote devices.

Role Variables

  • mounts_list: Directory that must contains all informations about devices to mount.
  • mounts_list.name: The path to the mountpoint.

Example Playbook

  • Use defaults vars:
- hosts: serverXYZ
  roles:
    - role: ipr-cnrs.mounts

Configuration

This role will:

  • Create the mountpoint directory.

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