Giter Site home page Giter Site logo

bundlewrap-nfs-server's Introduction

bundlewrap-nfs-server

bundlewrap-nfs-server installs various packages and services required for running an NFS server. Additionally it is possible to to define 1 to n exports.

(!) Please note that this bundle doesn't work on CentOS and RHEL 7 die to this bug: https://bugs.centos.org/view.php?id=9753

Maintenance notice

As of February 2018 this bundle will not be mainained anymore. If you encounter any issues I cannot help.

Integrations

  • Bundles:
    • firewalld
      • Zone settings from firewalld bundle will be used, if you do not overwrite this behaviour in the metdata.

Metadata

'metadata': {
    'fedora-nfs-server': {
        'firewalld_permitted_zones': [ "public", "internal" ], # optional, will override zone settings from firewalld
        'exports': [
            {
                'alias': "tmptest",
                'path': "/tmp/",
                'allowed': "172.16.88.1/24", # single ip or net
                'options': "ro,sync,no_root_squash", # optional
            },
        ],
    },
}

bundlewrap-nfs-server's People

Contributors

stillbeben avatar

Watchers

 avatar  avatar

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.