2
0
Fork 0

improved documentation

This commit is contained in:
Guillaume Raffy 2017-10-03 16:02:21 +02:00
parent 07bde8f572
commit cab3f80fc4
2 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@
## Overview ## Overview
Manage to mount local and remote devices. This role manages static mounts of local and remote devices.
## Role Variables ## Role Variables
* **mounts_list**: Directory that must contains all informations about devices to mount. * **mounts_list**: dictionary that must contain the following information about devices to mount :
* **mounts_list.name**: The path to the mountpoint. * **mounts_list.name**: The path to the mountpoint.
* **mounts_list.src**: Path to the local or remove device. * **mounts_list.src**: Path to the local or remove device.
* **mounts_list.fstype**: Device filesystem type. * **mounts_list.fstype**: Device filesystem type.

View File

@ -1,6 +1,6 @@
galaxy_info: galaxy_info:
author: "Jérémy Gardais" author: "Jérémy Gardais"
description: "Manage local and remote mounts" description: "Manage local and remote static mounts"
license: WTFPL license: WTFPL
company: IPR company: IPR
issue_tracker_url: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.mounts/issues issue_tracker_url: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.mounts/issues