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:

License: GPLv3

About

Mount additional volumes on cloud servers (scaleway or other)

Install
ansible-galaxy install bpiselli.scaleway-mount
GitHub repository
License
gpl-3.0
Downloads
494