bpiselli.scaleway-mount
ANSIBLE mount full
Ansible script to mount additional volume on your server
This role can be used as a dependency of other roles to easily mount additional volume.
It has initially been built for Scaleway cloud services but can be used for any mouting purpose.
Installation
This role requires at least Ansible v2.0.0. To install it, run:
ansible-galaxy install bpiselli.scaleway-mount
Role Variables
You can simply list all the mounts you'll need
cloud_mounts:
- source: '/dev/nbd1'
destination: '/mnt/data'
fstype: 'ext4'
- source: '/dev/nbd2'
destination: '/mnt/log'
fstype: 'ext4'
Authors and license
scaleway-mount role was written by:
- Bertrand Piselli | GitHub
License: GPLv3
Install
ansible-galaxy install bpiselli.scaleway-mountLicense
gpl-3.0
Downloads
494
Owner
