manala / ansible-role-mount

[READ-ONLY] Ansible role dealing with the setup of mount points

Home Page:https://galaxy.ansible.com/manala/mount/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#######################################################################################################

❗ DEPRECATION ❗

This repository and the role associated are deprecated in favor of the Manala Ansible Collection

You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: Mount Build Status

Report issues and send Pull Requests in the main Ansible Role repository

This role will deal with the setup of mount points.

It's part of the Manala Ansible stack but can be used as a stand alone component.

Requirements

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.mount

Using ansible galaxy requirements file:

- src: manala.mount

Role Variables

Name Default Type Description
manala_mount_points [] Array Mount points

Configuration example

manala_mount_points:
  - path: /tmp/foo
    src: /tmp/bar
    fstype: none
    opts: bind
  # Ignore mount point
  - path: /tmp/foo
    src: /tmp/baz
    state: ignore
  # Flatten mount points
  - "{{ my_custom_mount_points_array }}"

Example playbook

- hosts: servers
  roles:
    - role: manala.mount

Licence

MIT

Author information

Manala (http://www.manala.io/)

About

[READ-ONLY] Ansible role dealing with the setup of mount points

https://galaxy.ansible.com/manala/mount/


Languages

Language:Makefile 100.0%