buluma.nfs
Ansible Role nfs
This role installs NFS (Network File System) for Linux.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
Here's a sample playbook from molecule/default/converge.yml
that is tested regularly.
---
- name: Converge
hosts: all
become: true
roles:
- role: buluma.nfs
Before running, prepare your machine with this playbook from molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
gather_facts: false
become: true
roles:
- name: buluma.bootstrap
For more details, check the full explanation and example on using these roles.
Role Variables
Default variable values are in defaults/main.yml
:
---
nfs_exports: []
nfs_rpcbind_state: started
nfs_rpcbind_enabled: true
Requirements
- Install pip packages listed in requirements.txt.
State of Used Roles
Roles used for system preparation. You can prepare your system differently.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap |
Context
This role is part of a set of compatible roles. For more details, see the documentation of these roles.
View related roles:
Compatibility
This role works with the following container images:
container | tags |
---|---|
EL | 8, 9 |
Fedora | all |
Debian | all |
Ubuntu | all |
Kali | all |
You need at least Ansible version 2.12. Tests have been done on:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
Changelog
See the Role History.
License
This role is under Apache-2.0.
Author Information
Created by Shadow Walker.
ansible-galaxy install buluma.nfs