Skip to content

bpiselli/ansible-scaleway-mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Ansible script to mount additional volume

Resources

License

Stars

Watchers

Forks

Packages

No packages published