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.
This role requires at least Ansible v2.0.0
. To install it, run:
ansible-galaxy install bpiselli.scaleway-mount
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'
scaleway-mount
role was written by:
- Bertrand Piselli | GitHub
License: GPLv3