2
0
Fork 0

Compare commits

..

No commits in common. "master" and "v1.0" have entirely different histories.
master ... v1.0

3 changed files with 4 additions and 18 deletions

View File

@ -1,13 +0,0 @@
# 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 @@
# NO LONGER SUPPORTED, please take a look to [debops.console role][github debops console]! # Mounts
1. [Overview](#overview) 1. [Overview](#overview)
2. [Role Variables](#role-variables) 2. [Role Variables](#role-variables)
@ -10,11 +10,11 @@
## Overview ## Overview
This role manages static mounts of local and remote devices. Manage to mount local and remote devices.
## Role Variables ## Role Variables
* **mounts_list**: dictionary that must contain the following information about devices to mount : * **mounts_list**: Directory that must contains all informations 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.
@ -69,4 +69,3 @@ Jérémy Gardais
[mounts github]: https://github.com/ipr-cnrs/mounts [mounts github]: https://github.com/ipr-cnrs/mounts
[wtfpl website]: http://www.wtfpl.net/about/ [wtfpl website]: http://www.wtfpl.net/about/
[ipr website]: https://ipr.univ-rennes1.fr/ [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: galaxy_info:
author: "Jérémy Gardais" author: "Jérémy Gardais"
description: "Manage local and remote static mounts" description: "Manage local and remote 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