nfs-media/readme.md
Simon Cornet df8ad79e30
Some checks failed
ci/woodpecker/push/linting Pipeline failed
fix: update requirements to forgejo repo locations
2026-05-15 13:51:06 +02:00

22 lines
679 B
Markdown

# Ansible Playbook: NFS Media
Deploy NFS server for media file sharing.
## Roles
This playbook includes the following roles:
| Role | Description | Repository |
| ------------ | ------------------------ | ---------------------------------------------------------------------- |
| `nfs_server` | NFS server configuration | [role-nfs-server](https://git.simoncor.net/ansible/nfs-server) |
## Variables
Variables are configured in `vars/shares.yaml`.
See [role-nfs-server](https://git.simoncor.net/ansible/nfs-server) for available options.
## Usage
```bash
ansible-playbook playbook.yaml
```