All Projects → geerlingguy → Ansible Role Nfs

geerlingguy / Ansible Role Nfs

Licence: mit
Ansible Role - NFS

Projects that are alternatives of or similar to Ansible Role Nfs

Ansible Role Docker
Ansible Role - Docker
Stars: ✭ 845 (+499.29%)
Mutual labels:  ansible, server, role
Network Engine
This role provides the foundation for building network roles by providing modules and plugins that are common to all Ansible Network roles.
Stars: ✭ 108 (-23.4%)
Mutual labels:  ansible, network, role
Ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 103 (-26.95%)
Mutual labels:  server, file
Deta cache
缓存cache服务器
Stars: ✭ 106 (-24.82%)
Mutual labels:  server, network
Ansible Role Haproxy
Ansible Role - HAProxy
Stars: ✭ 112 (-20.57%)
Mutual labels:  ansible, role
Td4a
Template designer for automation
Stars: ✭ 139 (-1.42%)
Mutual labels:  ansible, network
X
新生命X组件,数据中间件XCode、日志、网络、RPC、序列化、缓存、Windows服务
Stars: ✭ 1,322 (+837.59%)
Mutual labels:  server, network
Ansible Role Logstash
Ansible Role - Logstash
Stars: ✭ 136 (-3.55%)
Mutual labels:  ansible, role
Ansible Role Ruby
Ansible Role - Ruby
Stars: ✭ 77 (-45.39%)
Mutual labels:  ansible, role
Serverfarmer
Manage multiple servers with different operating systems, configurations, requirements etc. for many separate customers in an outsourcing model.
Stars: ✭ 122 (-13.48%)
Mutual labels:  ansible, server
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (-13.48%)
Mutual labels:  server, network
Ansible Mysql Hardening
This Ansible role provides security configuration for MySQL.
Stars: ✭ 132 (-6.38%)
Mutual labels:  ansible, role
Aws Securitygroup Grapher
This ansible role gets information from an AWS VPC and generate a graphical representation of security groups
Stars: ✭ 93 (-34.04%)
Mutual labels:  ansible, role
Selfhosted Server
Selfhosted server with Ansible.
Stars: ✭ 91 (-35.46%)
Mutual labels:  ansible, server
Ffw
A fuzzing framework for network servers
Stars: ✭ 97 (-31.21%)
Mutual labels:  server, network
Xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Stars: ✭ 89 (-36.88%)
Mutual labels:  ansible, server
Pesocket
A C# Network Library.
Stars: ✭ 134 (-4.96%)
Mutual labels:  server, network
Ansible For Network Engineers
Репозиторий книги "Ansible для сетевых инженеров". Книга в процессе переноса на readthedocs и обновления содержания на Ansible 2.9!
Stars: ✭ 74 (-47.52%)
Mutual labels:  ansible, network
Cifsd
cifsd kernel server(SMB/CIFS server)
Stars: ✭ 76 (-46.1%)
Mutual labels:  server, network
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-16.31%)
Mutual labels:  server, network

Ansible Role: NFS

CI

Installs NFS utilities on RedHat/CentOS or Debian/Ubuntu.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

nfs_exports: []

A list of exports which will be placed in the /etc/exports file. See Ubuntu's simple Network File System (NFS) guide for more info and examples. (Simple example: nfs_exports: [ "/home/public *(rw,sync,no_root_squash)" ]).

nfs_rpcbind_state: started
nfs_rpcbind_enabled: true

(RedHat/CentOS/Fedora only) The state of the rpcbind service, and whether it should be enabled at system boot.

Dependencies

None.

Example Playbook

- hosts: db-servers
  roles:
    - { role: geerlingguy.nfs }

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].