2
0
Fork 0

Compare commits

..

3 Commits
v1.0 ... master

Author SHA1 Message Date
Jeremy Gardais 6172019c5a
Project STOPPED 2018-08-06 15:58:05 +02:00
Jeremy Gardais 9950a0c410 Version 1.0.1 2018-01-04 12:03:42 +01:00
Guillaume Raffy cab3f80fc4 improved documentation 2017-10-03 16:02:21 +02:00
3 changed files with 18 additions and 4 deletions

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
# NO LONGER SUPPORTED, please take a look to [debops.console role][github debops console]!
## v1.0.1
### Enhancements
* Improved documentation and fixed typos.
## v1.0
### Features
* Create mountpoint directory.
* Manage /etc/fstab entry.
* Restart systemd *-fs.target.

View File

@ -1,4 +1,4 @@
# Mounts
# NO LONGER SUPPORTED, please take a look to [debops.console role][github debops console]!
1. [Overview](#overview)
2. [Role Variables](#role-variables)
@ -10,11 +10,11 @@
## Overview
Manage to mount local and remote devices.
This role manages static mounts of local and remote devices.
## 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.src**: Path to the local or remove device.
* **mounts_list.fstype**: Device filesystem type.
@ -69,3 +69,4 @@ Jérémy Gardais
[mounts github]: https://github.com/ipr-cnrs/mounts
[wtfpl website]: http://www.wtfpl.net/about/
[ipr website]: https://ipr.univ-rennes1.fr/
[github debops console]: https://github.com/debops/debops/tree/master/ansible/roles/debops.console

View File

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