Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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