Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 902 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 902 Bytes

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:

License: GPLv3