Giter Club home page Giter Club logo

ansible-systemd-mounts's Introduction

ansible systemd-cifs-mounts

Build Status

Setup mounts as sysemd Service.

This Playbook creates a Systemd Service for mounting fielsystems.

So you can use mounts as system Servie.

Works for debian stretch, and Jessie if you use systemd.

It mounts several Folders from one Server.

for Example:

systemctl status mount-point.mount
systemctl start mount-point.mount
systemctl stop mount-point.mount

systemctl status mount-point.automount
systemctl start mount-point.automount
systemctl stop mount-point.automount

Options:

src: //apps.local/app           # Server to mount From
dest: /opt/app                  # Folder to mount in
opts: uid=1000                  # Options, username...
type: cifs

Example Playbook

- hosts: all
  roles:
    - role: ansible-systemd-mounts
      systemd_mounts:
        - src: //apps.local/app/folder1
          dest: /opt/app/folder1
          type: cifs
          opts: uid=1100,gid=1100,cred=/etc/cifs-creds
        - src: //apps.local/app/folder2
          dest: /opt/app/folder2
          type: cifs
          opts: uid=1100,gid=1100,cred=/etc/cifs-creds
        - src: "/opt/app/folder*"
          dest: /opt/app/media
          description: "mergerfs of folder1 and folder2"
          requires: "opt-app-folder1.mount opt-app-folder2.mount"
          type: fuse.mergerfs
          opts: defaults,allow_other,direct_io,use_ino,minfreespace=50G,fsname=mergerfs

ansible-systemd-mounts's People

Contributors

carlba avatar

Watchers

 avatar  avatar

Forkers

pcanham

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.