Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ait-testbed/atb-ansible-nfsmount
Configures a nfsmount of an export
https://github.com/ait-testbed/atb-ansible-nfsmount
aecid ansible ansible-role atb linux mount nfs share testbed
Last synced: 24 days ago
JSON representation
Configures a nfsmount of an export
- Host: GitHub
- URL: https://github.com/ait-testbed/atb-ansible-nfsmount
- Owner: ait-testbed
- Created: 2023-12-01T11:39:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T12:03:14.000Z (about 1 year ago)
- Last Synced: 2024-11-09T21:11:56.876Z (3 months ago)
- Topics: aecid, ansible, ansible-role, atb, linux, mount, nfs, share, testbed
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible-Role: atb-ansible-nfsmount
Configures a nfsmount of an export
## Requirements
- Debian or Ubuntu
## Role Variables
```yaml
nfsmount_shares:
- dir: /media/share
host: 192.168.100.23
export: /media/nfs
```## Example Playbook
```yaml
- hosts: localhost
roles:
- nfsmount
vars:
nfsmount_shares:
- dir: /media/share
host: 192.168.100.23
export: /media/nfs
```## License
GPL-3.0
## Author
- Wolfgang Hotwagner